mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-18 05:34:39 +01:00
Fix compiling with old gcc
This commit is contained in:
parent
df7f52b673
commit
b63d13d6ec
|
|
@ -3735,7 +3735,7 @@ struct RenderState {
|
|||
}
|
||||
|
||||
if (regs.zReadBase != regs.zWriteBase) {
|
||||
std::unreachable();
|
||||
__builtin_unreachable();
|
||||
}
|
||||
|
||||
auto depthImage = g_cache.getImage(
|
||||
|
|
|
|||
Loading…
Reference in a new issue