mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-04 15:18:46 +00:00
kern: fix ARM vs THUMB mode selection on 32-bit entry
This commit is contained in:
parent
6ac16d0dc1
commit
c80234ddf0
4 changed files with 18 additions and 2 deletions
|
@ -48,6 +48,7 @@ namespace ams::kern::arch::arm64 {
|
|||
|
||||
/* Dump the page tables. */
|
||||
/* GetCurrentProcess().GetPageTable().DumpTable(); */
|
||||
GetCurrentProcess().GetPageTable().DumpMemoryBlocks();
|
||||
|
||||
MESOSPHERE_PANIC("Unhandled Exception in User Mode\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue