Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r61351:a2a74b48aac6
Date: 2013-02-17 18:31 +0200
http://bitbucket.org/pypy/pypy/changeset/a2a74b48aac6/

Log:    oops

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
@@ -284,7 +284,7 @@
         offset = mc.get_relative_pos() - jnz_location
         assert 0 < offset <= 127
         mc.overwrite(jnz_location-1, chr(offset))
-        mc.JMP(self.propagate_exception_path)
+        mc.JMP_i(self.propagate_exception_path)
         #
         rawstart = mc.materialize(self.cpu.asmmemmgr, [])
         self.stack_check_slowpath = rawstart
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to