Author: Hakan Ardo <[email protected]>
Branch: jit-usable_retrace_3
Changeset: r57202:32a9f537a011
Date: 2012-09-07 08:06 +0200
http://bitbucket.org/pypy/pypy/changeset/32a9f537a011/

Log:    typo

diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py
--- a/pypy/jit/metainterp/history.py
+++ b/pypy/jit/metainterp/history.py
@@ -1013,7 +1013,7 @@
         loops = self.get_all_loops()
         assert len(loops) == 1
         loop = loops[0]
-        insns = self.sum_simple_loop(loop.operations, insns)
+        insns = self.sum_simple_loop(loop.operations)
         return self._check_insns(insns, expected, check)
 
     def sum_simple_loop(self, operations, insns=None):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to