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

Reply via email to