diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-19 15:03:42 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-19 15:03:42 -0400 |
commit | 772717dc22e04b4d168d0f77bee6b6357118768c (patch) | |
tree | 9da95703c3376091904e295930104b51c280008d /arch/x86_64/ivt.s | |
parent | 7ee9347560768641096df68c545ac085a20233e4 (diff) | |
download | jove-kernel-772717dc22e04b4d168d0f77bee6b6357118768c.tar.gz jove-kernel-772717dc22e04b4d168d0f77bee6b6357118768c.tar.bz2 jove-kernel-772717dc22e04b4d168d0f77bee6b6357118768c.zip |
refactor KO_MEMORY_MAPPING invokemain
Diffstat (limited to 'arch/x86_64/ivt.s')
-rw-r--r-- | arch/x86_64/ivt.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |