2
0
Эх сурвалжийг харах

Added register thread support.

woollybah 9 жил өмнө
parent
commit
822f453bdc

+ 1 - 0
blitz.mod/blitz_gc.c

@@ -61,6 +61,7 @@ void bbGCStartup( void *spTop ){
 #endif
 #endif
 */
 */
 	GC_INIT();
 	GC_INIT();
+	GC_allow_register_threads();
 	GC_set_warn_proc( gc_warn_proc );
 	GC_set_warn_proc( gc_warn_proc );
 }
 }