mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-04 07:08:51 +00:00
kern: fix kscheduler interrupt api, adjust debug logging
This commit is contained in:
parent
23474311ed
commit
eb6c9648cf
6 changed files with 18 additions and 8 deletions
|
@ -38,6 +38,8 @@ namespace ams::kern::arch::arm64 {
|
|||
KProcess *cur_process = GetCurrentProcessPointer();
|
||||
bool should_process_user_exception = KTargetSystem::IsUserExceptionHandlersEnabled();
|
||||
|
||||
MESOSPHERE_LOG("User Exception occurred in %s\n", cur_process->GetName());
|
||||
|
||||
const u64 ec = (esr >> 26) & 0x3F;
|
||||
switch (ec) {
|
||||
case 0x0: /* Unknown */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue