Merge branch 'master' of factorcode.org:/git/factor
commit
12f187d0eb
|
@ -84,7 +84,7 @@ LONG factor_vm::exception_handler(PEXCEPTION_RECORD e, void *frame, PCONTEXT c,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ExceptionContinueExecution;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
VM_C_API LONG exception_handler(PEXCEPTION_RECORD e, void *frame, PCONTEXT c, void *dispatch)
|
VM_C_API LONG exception_handler(PEXCEPTION_RECORD e, void *frame, PCONTEXT c, void *dispatch)
|
||||||
|
|
Loading…
Reference in New Issue