kern: save/restore spendsgir in KInterruptController::Save/RestoreCoreLocal

This commit is contained in:
Michael Scire
2025-05-28 10:54:52 -07:00
parent 3fbc59cce1
commit 801438953d
2 changed files with 13 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ namespace ams::kern::arch::arm {
u32 ipriorityr[NumLocalInterrupts / 4];
u32 itargetsr[NumLocalInterrupts / 4];
u32 icfgr[NumLocalInterrupts / 16];
u32 spendsgir[4];
};
struct GlobalState {