Author: Antonio Cuni <[email protected]>
Branch: virtual-raw-mallocs
Changeset: r59687:06b5f4994e9c
Date: 2013-01-03 18:36 +0100
http://bitbucket.org/pypy/pypy/changeset/06b5f4994e9c/

Log:    fix translation

diff --git a/pypy/jit/backend/llgraph/runner.py 
b/pypy/jit/backend/llgraph/runner.py
--- a/pypy/jit/backend/llgraph/runner.py
+++ b/pypy/jit/backend/llgraph/runner.py
@@ -408,6 +408,7 @@
         # so far this is used only by optimizeopt.virtualize for
         # {GET,SET}ARRAYITEM_RAW: for now we just return dummy values for
         # basesize and is_signed
+        assert isinstance(arraydescr, Descr)
         return 0, arraydescr.width, True
 
     # ---------- the backend-dependent operations ----------
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to