Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r70243:4546d131d000
Date: 2014-03-24 11:23 +0100
http://bitbucket.org/pypy/pypy/changeset/4546d131d000/
Log: bah
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
@@ -813,7 +813,7 @@
# compare it with the currently-stored jmpbuf
mc.CMP_rj(edi.value, (self.SEGMENT_GC, rstm.adr_jmpbuf_ptr))
# if they differ (or if jmpbuf_ptr is already NULL), nothing to do
- mc.J_il(rx86.Conditions['NE'], 0) # patched later
+ mc.J_il8(rx86.Conditions['NE'], 0) # patched later
jne_location = mc.get_relative_pos()
#
# if they are equal, we need to become inevitable now
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit