X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fmini-runtime.c;h=7c22cc941575da3682a32aa27975058995aefc6f;hb=ba95f34c0a23e98f2e08f0b2a16df36a66fec006;hp=f3995858181cd1595754e3988592d353dcc9044d;hpb=2657d9cb1ed6a4b9885943518f6fc5d69f4550dc;p=mono.git diff --git a/mono/mini/mini-runtime.c b/mono/mini/mini-runtime.c index f3995858181..7c22cc94157 100644 --- a/mono/mini/mini-runtime.c +++ b/mono/mini/mini-runtime.c @@ -4084,6 +4084,7 @@ register_icalls (void) register_dyn_icall (mono_get_rethrow_exception (), "mono_arch_rethrow_exception", "void object", TRUE); register_dyn_icall (mono_get_throw_corlib_exception (), "mono_arch_throw_corlib_exception", "void ptr", TRUE); register_icall (mono_thread_get_undeniable_exception, "mono_thread_get_undeniable_exception", "object", FALSE); + register_icall (mono_thread_self_abort, "mono_thread_self_abort", "void", FALSE); register_icall (mono_thread_interruption_checkpoint, "mono_thread_interruption_checkpoint", "object", FALSE); register_icall (mono_thread_force_interruption_checkpoint_noraise, "mono_thread_force_interruption_checkpoint_noraise", "object", FALSE);