Implement System.Double runtime support
[mono.git] / mono / utils / mach-support-unknown.c
index fbba8dc882e8c6b4cfa5f61fd013ce65a05f4d16..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 ()
@@ -70,4 +75,10 @@ mono_mach_arch_get_tls_value_from_thread (pthread_t thread, guint32 key)
 {
        g_assert_not_reached ();
 }
+
+void
+mono_mach_init (pthread_key_t key)
+{
+}
+
 #endif