Author: Maciej Fijalkowski <[email protected]>
Branch: continulet-jit-3
Changeset: r58257:27d724f93837
Date: 2012-10-19 19:41 +0200
http://bitbucket.org/pypy/pypy/changeset/27d724f93837/

Log:    (arigo, fijal) fix for a test

diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/jit/metainterp/pyjitpl.py
+++ b/pypy/jit/metainterp/pyjitpl.py
@@ -752,6 +752,8 @@
             return
         resume.rebuild_virtualizable_from_resumedata(self.metainterp, descr,
                                                      vinfo, box, jfbox)
+        self._opimpl_setfield_gc_any(box, vinfo.jit_frame_descr,
+                                     history.CONST_NULL)
 
     def _get_virtualizable_field_index(self, fielddescr):
         # Get the index of a fielddescr.  Must only be called for
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to