Author: Matti Picus <[email protected]>
Branch: align_float_cast
Changeset: r69131:b6e353d16f97
Date: 2013-12-28 22:00 +0200
http://bitbucket.org/pypy/pypy/changeset/b6e353d16f97/
Log: do not mark x86 for fixing
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
@@ -1409,7 +1409,6 @@
genop_getarrayitem_raw_pure = genop_getarrayitem_gc
def genop_raw_load(self, op, arglocs, resloc):
- xxx # This seems to relate to pointers?
base_loc, ofs_loc, size_loc, ofs, sign_loc = arglocs
assert isinstance(ofs, ImmedLoc)
src_addr = addr_add(base_loc, ofs_loc, ofs.value, 0)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit