[pypy-commit] pypy op_malloc_gc: bah

arigo noreply at buildbot.pypy.org
Sun Dec 18 22:57:15 CET 2011


Author: Armin Rigo <arigo at tunes.org>
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):


More information about the pypy-commit mailing list