summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asmrun/amd64.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/asmrun/amd64.S b/asmrun/amd64.S
index 2228f7926..50eecf538 100644
--- a/asmrun/amd64.S
+++ b/asmrun/amd64.S
@@ -252,8 +252,8 @@ FUNCTION(caml_start_program)
FUNCTION(raise_caml_exception)
movq %rdi, %rax
movq caml_exception_pointer(%rip), %rsp
- popq %r14 /* Recover previous exception handler */
- movq youg_ptr(%rip), %r15 /* Reload alloc ptr */
+ popq %r14 /* Recover previous exception handler */
+ movq young_ptr(%rip), %r15 /* Reload alloc ptr */
ret
/* Callback from C to Caml */