aboutsummaryrefslogtreecommitdiff
path: root/macros.s
diff options
context:
space:
mode:
Diffstat (limited to 'macros.s')
-rw-r--r--macros.s4
1 files changed, 3 insertions, 1 deletions
diff --git a/macros.s b/macros.s
index fcb80eb..8bc05da 100644
--- a/macros.s
+++ b/macros.s
@@ -9,7 +9,9 @@
.endm
.macro continue
- enter %rdi
+ mov %rsi, %rax
+ mov %rbp, %rsi
+ enter %rax
.endm
.macro thunkenv arg, dest