vm: fix build on windows

db4
Joe Groff 2011-11-08 23:17:51 -08:00
parent 466d41c341
commit c0094186a1
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ static BOOL WINAPI ctrl_handler(DWORD dwCtrlType)
threads. */
assert(thread_vms.size() == 1);
factor_vm *vm = thread_vms.begin()->second;
vm->safepoint.enqueue_fep(this);
vm->safepoint.enqueue_fep(vm);
return TRUE;
}
default: