Author: Armin Rigo <[email protected]>
Branch: stmgc-c4
Changeset: r67111:64ffa165f1ac
Date: 2013-09-26 11:50 +0200
http://bitbucket.org/pypy/pypy/changeset/64ffa165f1ac/
Log: Fix
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
@@ -2883,7 +2883,7 @@
mc = self.mc
fn = stmtlocal.stm_should_break_transaction_fn
mc.CALL(imm(self.cpu.cast_ptr_to_int(fn)))
- mc.TEST8_rr(eax.value, eax.value)
+ mc.TEST8(eax.lowest8bits(), eax.lowest8bits())
mc.J_il8(rx86.Conditions['Z'], 0)
jz_location = mc.get_relative_pos()
#
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit