mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
kern: fix LegacyNFiq interrupt ID
This commit is contained in:
parent
a6d40e85f1
commit
f6b847177a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace ams::kern::arch::arm64 {
|
|||
KInterruptName_VirtualMaintenance = 25,
|
||||
KInterruptName_HypervisorTimer = 26,
|
||||
KInterruptName_VirtualTimer = 27,
|
||||
KInterruptName_LegacyNFiq = 38,
|
||||
KInterruptName_LegacyNFiq = 28,
|
||||
KInterruptName_SecurePhysicalTimer = 29,
|
||||
KInterruptName_NonSecurePhysicalTimer = 30,
|
||||
KInterruptName_LegacyNIrq = 31,
|
||||
|
|
Loading…
Reference in a new issue