Selaa lähdekoodia

Added register thread support.

woollybah 9 vuotta sitten
vanhempi
commit
822f453bdc
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      blitz.mod/blitz_gc.c

+ 1 - 0
blitz.mod/blitz_gc.c

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