[pypy-svn] r43414 - pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter

arigo at codespeak.net arigo at codespeak.net
Tue May 15 17:21:11 CEST 2007


Author: arigo
Date: Tue May 15 17:21:11 2007
New Revision: 43414

Modified:
   pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/rtimeshift.py
Log:
Trying to fix the problem.  Not tested yet.


Modified: pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/rtimeshift.py
==============================================================================
--- pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/rtimeshift.py	(original)
+++ pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/rtimeshift.py	Tue May 15 17:21:11 2007
@@ -453,6 +453,7 @@
         if pending.returnbox is not None:
             pending.frame.local_boxes.insert(0, getreturnbox(pending))
         pending.next = None
+        start_writing(pending, jitstate_chain)
         return pending
 
     n = 0


More information about the pypy-svn mailing list