mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 14:32:33 -07:00
common: Change semantics of UNREACHABLE to unconditionally crash
This commit is contained in:
@@ -347,7 +347,7 @@ public:
|
||||
}
|
||||
|
||||
if (!succeeded) {
|
||||
UNREACHABLE_MSG("Out of address space!");
|
||||
ASSERT_MSG(false, "Out of address space!");
|
||||
return Kernel::ResultOutOfMemory;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user