Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r44770:e6bf8c0baeb4
Date: 2011-06-07 10:44 +0200
http://bitbucket.org/pypy/pypy/changeset/e6bf8c0baeb4/

Log:    try not to check in typos

diff --git a/pypy/jit/metainterp/warmstate.py b/pypy/jit/metainterp/warmstate.py
--- a/pypy/jit/metainterp/warmstate.py
+++ b/pypy/jit/metainterp/warmstate.py
@@ -609,7 +609,7 @@
                 greenargs = unwrap_greenkey(greenkey)
                 fn = support.maybe_on_top_of_llinterp(rtyper, get_location_ptr)
                 llres = fn(*greenargs)
-                if not we_are_translated() and isinstance(res, str):
+                if not we_are_translated() and isinstance(llres, str):
                     return llres
                 return hlstr(llres)
         self.get_location_str = get_location_str
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to