summaryrefslogtreecommitdiff
path: root/stage3/isr.lua
diff options
context:
space:
mode:
Diffstat (limited to 'stage3/isr.lua')
-rw-r--r--stage3/isr.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage3/isr.lua b/stage3/isr.lua
index 6c81180..83515a5 100644
--- a/stage3/isr.lua
+++ b/stage3/isr.lua
@@ -36,7 +36,7 @@ isr_common:
push rax
cld
- lea rdi, [rsp+8*9]
+ mov rdi, rsp
call interrupt_handler
pop rax