Author: Maciej Fijalkowski <[email protected]>
Branch: optresult-unroll
Changeset: r79529:05ae518dcea0
Date: 2015-09-08 11:12 +0200
http://bitbucket.org/pypy/pypy/changeset/05ae518dcea0/

Log:    bad armin, no cookie, install yourself some pyflakes

diff --git a/rpython/jit/metainterp/executor.py 
b/rpython/jit/metainterp/executor.py
--- a/rpython/jit/metainterp/executor.py
+++ b/rpython/jit/metainterp/executor.py
@@ -15,7 +15,7 @@
 
 # ____________________________________________________________
 
-def _do_call(cpu, metainterp, argboxes, descr, ettype):
+def _do_call(cpu, metainterp, argboxes, descr, rettype):
     assert metainterp is not None
     # count the number of arguments of the different types
     count_i = count_r = count_f = 0
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to