mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 22:54:24 -04:00
kern: correct behavior when setting activity/core mask for pinned thread
This commit is contained in:
parent
787964f7e7
commit
f70ee67753
2 changed files with 124 additions and 21 deletions
|
@ -47,7 +47,7 @@ namespace ams::kern::arch::arm64 {
|
|||
MESOSPHERE_LOG("SP = %016lx\n", context->sp);
|
||||
|
||||
/* Dump the page tables. */
|
||||
GetCurrentProcess().GetPageTable().DumpTable();
|
||||
/* GetCurrentProcess().GetPageTable().DumpTable(); */
|
||||
|
||||
MESOSPHERE_PANIC("Unhandled Exception in User Mode\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue