mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 04:22:33 -07:00
common: Change semantics of UNREACHABLE to unconditionally crash
This commit is contained in:
@@ -23,7 +23,7 @@ u32 SyncpointManager::AllocateSyncpoint() {
|
||||
return syncpoint_id;
|
||||
}
|
||||
}
|
||||
UNREACHABLE_MSG("No more available syncpoints!");
|
||||
ASSERT_MSG(false, "No more available syncpoints!");
|
||||
return {};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user