From f6b847177aa16a8dfe2e3781a945bbdc01c65bb2 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 16 Dec 2020 14:28:24 -0800 Subject: [PATCH] kern: fix LegacyNFiq interrupt ID --- .../include/mesosphere/arch/arm64/kern_k_interrupt_name.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libmesosphere/include/mesosphere/arch/arm64/kern_k_interrupt_name.hpp b/libraries/libmesosphere/include/mesosphere/arch/arm64/kern_k_interrupt_name.hpp index 97900023d..a96dc7d07 100644 --- a/libraries/libmesosphere/include/mesosphere/arch/arm64/kern_k_interrupt_name.hpp +++ b/libraries/libmesosphere/include/mesosphere/arch/arm64/kern_k_interrupt_name.hpp @@ -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,