]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-windows-nt.cpp
Start windows factor in a spawned thread (for testing)
[factor.git] / vm / os-windows-nt.cpp
index a4cdbc66af4b187f076ae5b445f6370a74ab8905..b212287e5feda6d44fc34a62f7e8ebc6b77249ac 100755 (executable)
@@ -18,7 +18,7 @@ s64 factorvm::current_micros()
 
 FACTOR_STDCALL LONG exception_handler(PEXCEPTION_POINTERS pe)
 {
-       printf("exception handler %d\n",GetCurrentThreadId());
+       //printf("exception handler %d\n",GetCurrentThreadId());fflush(stdout);
        factorvm *myvm = lookup_vm(GetCurrentThreadId());
        PEXCEPTION_RECORD e = (PEXCEPTION_RECORD)pe->ExceptionRecord;
        CONTEXT *c = (CONTEXT*)pe->ContextRecord;