[pypy-commit] pypy stmgc-c8: wha

arigo noreply at buildbot.pypy.org
Mon Mar 2 18:05:03 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c8
Changeset: r76219:8b799238f219
Date: 2015-03-02 17:58 +0100
http://bitbucket.org/pypy/pypy/changeset/8b799238f219/

Log:	wha

diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/x86/assembler.py
+++ b/rpython/jit/backend/x86/assembler.py
@@ -2382,7 +2382,7 @@
                 loc_index = arglocs[1]
                 if isinstance(loc_index, RegLoc):
                     if isinstance(loc_base, RegLoc):
-                        mc.MOV_ri(r11.value, loc_base.value)
+                        mc.MOV_rr(r11.value, loc_base.value)
                         mc.AND_ri(r11.value, ~15)
                     else:
                         assert isinstance(loc_base, ImmedLoc)


More information about the pypy-commit mailing list