mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-05 19:08:36 -04: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