[pypy-commit] pypy arm64: typo

fijal pypy.commits at gmail.com
Tue Jun 25 14:41:21 EDT 2019


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: arm64
Changeset: r96863:841338ea51d6
Date: 2019-06-25 18:36 +0000
http://bitbucket.org/pypy/pypy/changeset/841338ea51d6/

Log:	typo

diff --git a/rpython/jit/backend/aarch64/callbuilder.py b/rpython/jit/backend/aarch64/callbuilder.py
--- a/rpython/jit/backend/aarch64/callbuilder.py
+++ b/rpython/jit/backend/aarch64/callbuilder.py
@@ -176,7 +176,7 @@
             self.mc.LDR_ri(r.x11.value, r.sp.value,
                            self.asm.saved_threadlocal_addr + self.current_sp)
             self.mc.LDR_ri(r.ip0.value, r.x11.value, p_errno)
-            self.mc.MOV_ri(r.x11.value, 0)
+            self.mc.MOVZ_r_u16(r.x11.value, 0, 0)
             self.mc.STR_ri(r.x11.value, r.ip0.value, 0)
 
     def read_real_errno(self, save_err):


More information about the pypy-commit mailing list