Browse Source

Added register thread support.

woollybah 9 years ago
parent
commit
822f453bdc
1 changed files with 1 additions and 0 deletions
  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 );
 }