mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
stratosphere: TODO: panic -> std::abort()
This commit is contained in:
parent
41f5b39f6b
commit
03a425a579
7 changed files with 8 additions and 12 deletions
|
@ -207,8 +207,7 @@ Result NsoUtils::CalculateNsoLoadExtents(u32 addspace_type, u32 args_size, NsoLo
|
|||
addspace_size = 0x7FF8000000ULL;
|
||||
break;
|
||||
default:
|
||||
/* TODO: Panic. */
|
||||
return ResultKernelOutOfMemory;
|
||||
std::abort();
|
||||
}
|
||||
} else {
|
||||
if (addspace_type & 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue