We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec4cc7 commit abca8a1Copy full SHA for abca8a1
src/mono/mono/mini/mini-exceptions.c
@@ -3504,7 +3504,7 @@ mini_llvmonly_throw_corlib_exception (guint32 ex_token_index)
3504
MonoException *ex;
3505
3506
ex = mono_exception_from_token (m_class_get_image (mono_defaults.exception_class), ex_token);
3507
- jit_tls->thrown_exc = mono_gchandle_new_internal ((MonoObject*)ex, FALSE);
+ jit_tls->thrown_exc = mono_gchandle_new_internal ((MonoObject*)ex, TRUE);
3508
3509
mini_llvmonly_throw_exception ((MonoObject*)ex);
3510
}
0 commit comments