From 772717dc22e04b4d168d0f77bee6b6357118768c Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Tue, 19 Aug 2025 15:03:42 -0400 Subject: refactor KO_MEMORY_MAPPING invoke --- arch/x86_64/ivt.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86_64/ivt.s') diff --git a/arch/x86_64/ivt.s b/arch/x86_64/ivt.s index 0005686..a64f6b7 100644 --- a/arch/x86_64/ivt.s +++ b/arch/x86_64/ivt.s @@ -13,9 +13,9 @@ idt_load: .type __isr_head @function __isr_head: pushall - movq %rsp, %rdi cld + movq %rsp, %rdi call isr_handle popall -- cgit v1.2.1