Author: Hakan Ardo <ha...@debian.org> Branch: jit-targets Changeset: r48814:88a4fdc05e1f Date: 2011-11-06 10:25 +0100 http://bitbucket.org/pypy/pypy/changeset/88a4fdc05e1f/
Log: we still need it here diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll.py --- a/pypy/jit/metainterp/optimizeopt/unroll.py +++ b/pypy/jit/metainterp/optimizeopt/unroll.py @@ -174,6 +174,7 @@ self.imported_state = exported_state self.inputargs = targetop.getarglist() self.initial_virtual_state = target_token.virtual_state + self.start_resumedescr = target_token.start_resumedescr seen = {} for box in self.inputargs: _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit