mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-16 08:04:23 -04:00
kern: print backtrace on panic
This commit is contained in:
parent
cb6af379d8
commit
8cfffc69d5
7 changed files with 106 additions and 14 deletions
|
@ -201,8 +201,7 @@ namespace ams::kern::init {
|
|||
case KSlabType_KThread:
|
||||
address = InitializeSlabHeap<KThread>(address, SLAB_COUNT(KThread));
|
||||
break;
|
||||
default:
|
||||
MESOSPHERE_ABORT();
|
||||
MESOSPHERE_UNREACHABLE_DEFAULT_CASE();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue