removed CLI and STI... not needed in interrupt handlers

merge-requests/1/head
_xeroxz 3 years ago
parent fcf103ac03
commit 7b952d72d7

@ -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

Loading…
Cancel
Save