Mon Dec 11 19:08:33 CET 2006 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / mini / tramp-mips.c
index 5a2ce5a53939c979940a89432ec338068cc9846f..9598e49c81a5399ff775ddc22cd526e7250c9024 100644 (file)
@@ -496,12 +496,12 @@ mono_arch_create_class_init_trampoline (MonoVTable *vtable)
  * This method is only called when running in the Mono Debugger.
  */
 gpointer
-mono_debugger_create_notification_function (MonoCodeManager *codeman)
+mono_debugger_create_notification_function (void)
 {
 #if 0
        guint8 *ptr, *buf;
 
-       codeman = mono_code_manager_reserve (codeman, 16);
+       codeman = mono_global_codeman_reserve (16);
        mips_break (buf, 0xd0);
        mips_jr (buf, mips_ra);
        mips_nop (buf);