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)
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to