mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-09 03:04:31 +00:00
common: Change semantics of UNREACHABLE to unconditionally crash
This commit is contained in:
@@ -25,7 +25,6 @@ u64 MemoryReadWidth(Core::Memory::Memory& memory, u32 width, VAddr addr) {
|
||||
return memory.Read64(addr);
|
||||
default:
|
||||
UNREACHABLE();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user