Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r61403:348f38f86f8c
Date: 2013-02-18 13:39 +0200
http://bitbucket.org/pypy/pypy/changeset/348f38f86f8c/

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
@@ -210,7 +210,7 @@
         # the correct "ret" arg
         offset = mc.get_relative_pos() - jz_location
         mc.overwrite32(jz_location-4, offset)
-        mc.ADD(esp.value, WORD)
+        mc.ADD_ri(esp.value, WORD)
         mc.JMP(imm(self.propagate_exception_path))
         #
         rawstart = mc.materialize(self.cpu.asmmemmgr, [])
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to