From 7b952d72d7c126cb6a40e69aa50143f9b7cd3fa0 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 15 Feb 2021 12:35:15 -0800 Subject: [PATCH] removed CLI and STI... not needed in interrupt handlers --- idt_handlers.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/idt_handlers.asm b/idt_handlers.asm index 6fcc279..10c2df0 100644 --- a/idt_handlers.asm +++ b/idt_handlers.asm @@ -4,7 +4,6 @@ extern seh_handler : proc __de_handler proc __pf_handler proc __gp_handler proc - cli push rax push rbx push rcx @@ -43,7 +42,6 @@ __gp_handler proc pop rax add rsp, 8 ; remove exception code on the stack... - sti iretq __gp_handler endp __pf_handler endp