From feb9221c5bf34ed68d1057f2f64a169d75bd711b Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 8 Nov 2011 23:17:51 -0800 Subject: [PATCH] vm: fix build on windows --- vm/os-windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/os-windows.cpp b/vm/os-windows.cpp index 97c227e74e..a16ad6176e 100755 --- a/vm/os-windows.cpp +++ b/vm/os-windows.cpp @@ -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: