Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2009-05-15 Geoff Norton <gnorton@novell.com>
        * mini-darwin.c: This works on arm now.

svn path=/trunk/mono/; revision=134181
  • Loading branch information
Geoff Norton committed May 15, 2009
1 parent 70d9cb7 commit 4ecd813
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions mono/mini/ChangeLog
@@ -1,3 +1,7 @@
2009-05-15 Geoff Norton <gnorton@novell.com>

* mini-darwin.c: This works on arm now.

2009-05-14 Geoff Norton <gnorton@novell.com>

* jit.h, driver.c: Allow full-aot to be decided programatically by the
Expand Down
2 changes: 0 additions & 2 deletions mono/mini/mini-darwin.c
Expand Up @@ -188,8 +188,6 @@ macosx_register_exception_handler ()
void
mono_runtime_install_handlers (void)
{
#if !defined(__arm__)
macosx_register_exception_handler ();
#endif
mono_runtime_posix_install_handlers ();
}

0 comments on commit 4ecd813

Please sign in to comment.