Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60039:1059e8bf00eb
Date: 2013-01-13 21:34 +0200
http://bitbucket.org/pypy/pypy/changeset/1059e8bf00eb/

Log:    fix

diff --git a/pypy/jit/backend/x86/assembler.py 
b/pypy/jit/backend/x86/assembler.py
--- a/pypy/jit/backend/x86/assembler.py
+++ b/pypy/jit/backend/x86/assembler.py
@@ -490,6 +490,7 @@
         clt = CompiledLoopToken(self.cpu, looptoken.number)
         clt.frame_info = lltype.malloc(jitframe.JITFRAMEINFO)
         clt.allgcrefs = []
+        clt.frame_info.jfi_frame_depth = 0 # for now
         looptoken.compiled_loop_token = clt
         if not we_are_translated():
             # Arguments should be unique
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to