[pypy-commit] pypy arm64: oops

fijal pypy.commits at gmail.com
Sun Jul 14 05:03:00 EDT 2019


Author: fijal
Branch: arm64
Changeset: r96989:38b3537f3c3f
Date: 2019-07-14 11:02 +0200
http://bitbucket.org/pypy/pypy/changeset/38b3537f3c3f/

Log:	oops

diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py
--- a/rpython/jit/backend/aarch64/assembler.py
+++ b/rpython/jit/backend/aarch64/assembler.py
@@ -858,7 +858,7 @@
                        r.sp.value, (i + 2) * WORD)
         # stack is aligned here
         # Pass current stack pointer as argument to the call
-        mc.MOV_rr(r.x0.value, r.sp.value)
+        mc.SUB_ri(r.x0.value, r.sp.value, 0)
         #
         mc.BL(slowpathaddr)
 


More information about the pypy-commit mailing list