[runtime] Fix detecting abort at end of abort protected block
[mono.git] / mono / mini / mini-exceptions.c
index 272065388e6187182d90d5d35fe36d8d1f6730c9..18fdc3cb847146614b09b2b087e02772d7f7e01d 100644 (file)
@@ -1987,7 +1987,7 @@ mono_handle_exception_internal (MonoContext *ctx, MonoObject *obj, gboolean resu
                                                if (is_outside) {
                                                        jit_tls->handler_block_return_address = NULL;
                                                        jit_tls->handler_block = NULL;
-                                                       mono_thread_resume_interruption (); /*We ignore the exception here, it will be raised later*/
+                                                       mono_thread_resume_interruption (TRUE); /*We ignore the exception here, it will be raised later*/
                                                }
                                        }