Author: fijal
Branch: jit-leaner-frontend
Changeset: r83357:03de28875dfc
Date: 2016-03-25 14:51 +0200
http://bitbucket.org/pypy/pypy/changeset/03de28875dfc/
Log: one more thing
diff --git a/rpython/jit/metainterp/pyjitpl.py
b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/jit/metainterp/pyjitpl.py
+++ b/rpython/jit/metainterp/pyjitpl.py
@@ -2543,7 +2543,7 @@
op2 = self.history.record(rop.SAVE_EXCEPTION, [], exception)
self.history._cache = self.history._cache[i:] +
self.history._cache[:i]
self.history.record(rop.RESTORE_EXCEPTION, [op1, op2], None)
- self.history.set_inputargs(inputargs)
+ self.history.set_inputargs(inputargs, self.staticdata)
if exception_obj:
self.execute_ll_raised(exception_obj)
else:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit