mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 22:58:58 -05: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