mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-13 13:24:59 +00:00
Added missing switch value to eliminate a warning
This commit is contained in:
@@ -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?
|
||||
|
Reference in New Issue
Block a user