summaryrefslogtreecommitdiffhomepage
path: root/Private
diff options
context:
space:
mode:
Diffstat (limited to 'Private')
-rw-r--r--Private/HALKit/AMD64/HalInterruptRouting.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/HALKit/AMD64/HalInterruptRouting.asm b/Private/HALKit/AMD64/HalInterruptRouting.asm
index 36be9de4..9bc13f15 100644
--- a/Private/HALKit/AMD64/HalInterruptRouting.asm
+++ b/Private/HALKit/AMD64/HalInterruptRouting.asm
@@ -58,6 +58,7 @@ ke_handle_irq:
mov rdi, rsp
call rt_handle_interrupts
+ mov rsp, rax
pop r15
pop r14