Added missing switch value to eliminate a warning

This commit is contained in:
nigel
2004-01-20 23:49:32 +00:00
parent 69a30f4c8e
commit 2208c5460b

View File

@@ -1307,6 +1307,8 @@ static bool handle_badaccess(SIGSEGV_FAULT_HANDLER_ARGLIST_1)
}
break;
#endif
case SIGSEGV_RETURN_FAILURE:
return false;
}
// We can't do anything with the fault_address, dump state?