]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/mach_signal.cpp
fixed up linux64 bootstrap (single threaded)
[factor.git] / vm / mach_signal.cpp
index ca3b7aa1617a252cc2097df5071783be238d7597..c1d263527df7213fe73f7c15c220a66ab938eafb 100644 (file)
@@ -215,7 +215,7 @@ void mach_initialize ()
        mask = EXC_MASK_BAD_ACCESS | EXC_MASK_ARITHMETIC;
 
        /* Create the thread listening on the exception port.  */
-       start_thread(mach_exception_thread);
+       start_thread(mach_exception_thread,NULL);
 
        /* Replace the exception port info for these exceptions with our own.
        Note that we replace the exception port for the entire task, not only