Explorar el Código

Added register thread support.

woollybah hace 9 años
padre
commit
822f453bdc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 );
 }