Author: Richard Plangger <planri...@gmail.com>
Branch: ppc-vsx-support
Changeset: r87278:beeb5219ac63
Date: 2016-09-21 17:15 +0200
http://bitbucket.org/pypy/pypy/changeset/beeb5219ac63/

Log:    translation fix

diff --git a/rpython/jit/metainterp/warmstate.py 
b/rpython/jit/metainterp/warmstate.py
--- a/rpython/jit/metainterp/warmstate.py
+++ b/rpython/jit/metainterp/warmstate.py
@@ -315,7 +315,7 @@
         self.vec_all = bool(ivalue)
 
     def set_param_vec_cost(self, ivalue):
-        self.vec_cost = value
+        self.vec_cost = ivalue
 
     def disable_noninlinable_function(self, greenkey):
         cell = self.JitCell.ensure_jit_cell_at_key(greenkey)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to