diff --git a/kernel/src/interrupts/InterruptEntry.asm b/kernel/src/interrupts/InterruptEntry.asm index ab81f07b..7ee280e0 100644 --- a/kernel/src/interrupts/InterruptEntry.asm +++ b/kernel/src/interrupts/InterruptEntry.asm @@ -40,7 +40,6 @@ extern common_handler section .text global asm_common asm_common: - cli cld push rax push rbx