Suppress unused variable warning
Some checks failed
Builds / ExectOS (amd64, debug) (push) Failing after 24s
Builds / ExectOS (amd64, release) (push) Failing after 38s
Builds / ExectOS (i686, debug) (push) Failing after 35s
Builds / ExectOS (i686, release) (push) Failing after 25s

This commit is contained in:
2026-07-09 08:38:07 +02:00
parent aae31c2b1d
commit ec356b8a6e

View File

@@ -311,7 +311,7 @@ XTCDECL
VOID VOID
HL::Pic::HandleApicErrorInterrupt(IN PKTRAP_FRAME TrapFrame) HL::Pic::HandleApicErrorInterrupt(IN PKTRAP_FRAME TrapFrame)
{ {
ULONG ErrorStatus; UNUSED ULONG ErrorStatus;
/* Write 0 to the ESR register to trigger an internal state update, then read the latched status */ /* Write 0 to the ESR register to trigger an internal state update, then read the latched status */
WriteApicRegister(APIC_ESR, 0); WriteApicRegister(APIC_ESR, 0);