[threads] Store MonoInternalThread in MonoThreadInfo for use when detaching (#5058)
[mono.git] / tools / pedump / pedump.c
index 829cda2bdf175fb13137240aa94b0d079346b931..5b76dfd19bd76e10557d59590a0a179bde0add9d 100644 (file)
@@ -671,7 +671,7 @@ main (int argc, char *argv [])
 #ifndef HOST_WIN32
        mono_w32handle_init ();
 #endif
-       mono_threads_runtime_init (&ticallbacks);
+       mono_thread_info_runtime_init (&ticallbacks);
 
        mono_metadata_init ();
        mono_images_init ();