Avoid asserts in sdb if a single step operation is started immediately after the...
[mono.git] / mono / mini / mini-posix.c
index 88ef8b02ac1aed640b6458eb4e02fb906399b1a6..674117f311c63231bacfdd6487b1e32285614ff8 100644 (file)
@@ -6,6 +6,7 @@
  *
  * Copyright 2001-2003 Ximian, Inc.
  * Copyright 2003-2008 Ximian, Inc.
+ * Copyright 2011 Xamarin, Inc (http://www.xamarin.com)
  *
  * See LICENSE for licensing information.
  */
@@ -260,7 +261,7 @@ SIG_HANDLER_SIGNATURE (sigusr1_signal_handler)
        if (!exc)
                return;
 
-       mono_arch_handle_exception (ctx, exc, FALSE);
+       mono_arch_handle_exception (ctx, exc);
 }
 
 #if defined(__i386__) || defined(__x86_64__)