Merge pull request #1949 from lewurm/fixtype
[mono.git] / mono / utils / mach-support-unknown.c
index 9fece2272160425161aa10e057a593e3183ab9e8..20012550114610c911623f8a0cbdf9af0197c277 100644 (file)
@@ -46,6 +46,11 @@ mono_mach_arch_mcontext_to_thread_state (void *context, thread_state_t state)
        g_assert_not_reached ();
 }
 
+void
+mono_mach_arch_thread_state_to_mono_context (thread_state_t state, MonoContext *context)
+{
+       g_assert_not_reached ();
+}
 
 int
 mono_mach_arch_get_thread_state_size ()