vm: fix build on windows
parent
466d41c341
commit
c0094186a1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue