X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Ftramp-x86.c;h=d32f3d7f9cc1645a0cdab20862fec5f44623be00;hb=568792876151c97e32fc7facc17ec4314915008a;hp=9f41cf05b6415dca1bb51688515313e7638dd7e7;hpb=af5b0d128127854e5630d6e6c58bd19d7f643501;p=mono.git diff --git a/mono/mini/tramp-x86.c b/mono/mini/tramp-x86.c index 9f41cf05b64..d32f3d7f9cc 100644 --- a/mono/mini/tramp-x86.c +++ b/mono/mini/tramp-x86.c @@ -174,7 +174,7 @@ mono_arch_nullify_class_init_trampoline (guint8 *code, gssize *regs) /* call *() -> Call made from AOT code */ gpointer *vtable_slot; - vtable_slot = mono_arch_get_vcall_slot_addr (code + 5, (gpointer*)regs); + vtable_slot = mono_get_vcall_slot_addr (code + 5, (gpointer*)regs); g_assert (vtable_slot); *vtable_slot = nullified_class_init_trampoline;