Author: Armin Rigo <[email protected]>
Branch: op_malloc_gc
Changeset: r50687:83e4fca37356
Date: 2011-12-18 21:48 +0000
http://bitbucket.org/pypy/pypy/changeset/83e4fca37356/

Log:    bah

diff --git a/pypy/jit/backend/llsupport/descr.py 
b/pypy/jit/backend/llsupport/descr.py
--- a/pypy/jit/backend/llsupport/descr.py
+++ b/pypy/jit/backend/llsupport/descr.py
@@ -301,7 +301,7 @@
         elif result_type == 'S':
             result_flag = FLAG_UNSIGNED
         else:
-            raise NotImplementedError("result_type = %r" % (result_type,))
+            raise NotImplementedError("result_type = '%s'" % (result_type,))
         self.result_flag = result_flag
 
     def __repr__(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to