vm: fix compile error under Cygwin

release
Slava Pestov 2010-04-06 16:30:41 -05:00
parent e67a48d720
commit c931870cd7
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ LONG factor_vm::exception_handler(PEXCEPTION_RECORD e, void *frame, PCONTEXT c,
break;
}
return ExceptionContinueExecution;
return 0;
}
VM_C_API LONG exception_handler(PEXCEPTION_RECORD e, void *frame, PCONTEXT c, void *dispatch)