vm: fix compile error under Cygwin
parent
e67a48d720
commit
c931870cd7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue