Merge branch 'master' of factorcode.org:/git/factor

release
Joe Groff 2010-04-06 15:21:51 -07:00
commit 12f187d0eb
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)