mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-31 15:58:07 +08: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