From 30333c49ca23c16465f9dfd1b8539c31c1530788 Mon Sep 17 00:00:00 2001 From: Mark Shinwell Date: Wed, 16 Jul 2014 06:35:17 +0000 Subject: [PATCH 16/18] mantis 6489 (fix by Richard Jones) git-svn-id: http://caml.inria.fr/svn/ocaml/version/4.02@15001 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- asmrun/arm64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asmrun/arm64.S b/asmrun/arm64.S index 84e18ba..387f5dc 100644 --- a/asmrun/arm64.S +++ b/asmrun/arm64.S @@ -478,7 +478,7 @@ caml_callback2_exn: /* Initial shuffling of arguments (x0 = closure, x1 = arg1, x2 = arg2) */ mov TMP, x0 mov x0, x1 /* x0 = first arg */ - mov x1, x2 /* x1 = second arg + mov x1, x2 /* x1 = second arg */ mov x2, TMP /* x2 = closure environment */ ADDRGLOBAL(ARG, caml_apply2) b .Ljump_to_caml -- 2.3.1