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