[mini] Fixed the build.
authorJoão Matos <joao@tritao.eu>
Mon, 16 Mar 2015 14:57:38 +0000 (14:57 +0000)
committerJoão Matos <joao@tritao.eu>
Mon, 16 Mar 2015 14:57:38 +0000 (14:57 +0000)
Missed this one on https://github.com/mono/mono/commit/86155e72da0aa0cc1e546dd2dd5acee0db398c38.

mono/mini/debugger-agent.c

index 456587d1a032399974349d4c82fc9d5be2e79bfd..346f964678147d40d64fb585e940ed35d5065209 100644 (file)
@@ -2722,7 +2722,7 @@ debugger_interrupt_critical (MonoThreadInfo *info, gpointer user_data)
        ji = mono_jit_info_table_find (mono_thread_info_get_suspend_state (info)->unwind_data [MONO_UNWIND_DATA_DOMAIN], MONO_CONTEXT_GET_IP (&mono_thread_info_get_suspend_state (info)->ctx));
 
        thread_interrupt (data->tls, info, NULL, ji);
-       return ResumeThread;
+       return MonoResumeThread;
 }
 
 /*