]> gitweb.factorcode.org Git - factor.git/commitdiff
vm: fix build on windows
authorJoe Groff <arcata@gmail.com>
Wed, 9 Nov 2011 07:17:51 +0000 (23:17 -0800)
committerJoe Groff <arcata@gmail.com>
Wed, 9 Nov 2011 07:17:51 +0000 (23:17 -0800)
vm/os-windows.cpp

index 97c227e74eab0778c92d85c1d953bf7561c7715a..a16ad6176e161ca8d03b49ad722c065c34e7d910 100755 (executable)
@@ -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: