Skip to content

Commit

Permalink
***** Backport of r128549 *****
Browse files Browse the repository at this point in the history
svn path=/branches/mono-2-4/mono/; revision=128622
  • Loading branch information
Martin Baulig committed Mar 4, 2009
1 parent d4955be commit aca813b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mono/mini/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-03-04 Mark Probst <mark.probst@gmail.com>

* exceptions-x86.c: Include debug-mini.h - fixes build.

2009-03-04 Martin Baulig <martin@ximian.com>

* debug-mini.c: Clean up the exception API and add documentation.
Expand Down
1 change: 1 addition & 0 deletions mono/mini/exceptions-x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include "mini.h"
#include "mini-x86.h"
#include "debug-mini.h"

#ifdef PLATFORM_WIN32
static void (*restore_stack) (void *);
Expand Down

0 comments on commit aca813b

Please sign in to comment.