diff --git a/ocaml/runtime/arm64.S b/ocaml/runtime/arm64.S index b50f4ea11f3..4d246a053fb 100644 --- a/ocaml/runtime/arm64.S +++ b/ocaml/runtime/arm64.S @@ -699,10 +699,10 @@ FUNCTION(caml_start_program) L(jump_to_caml): /* Set up stack frame and save callee-save registers */ - CFI_OFFSET(29, -160) - CFI_OFFSET(30, -152) stp x29, x30, [sp, -160]! CFI_ADJUST(160) + CFI_OFFSET(29, 0) + CFI_OFFSET(30, 8) add x29, sp, #0 stp x19, x20, [sp, 16] stp x21, x22, [sp, 32]