[pypy-svn] r64740 - pypy/branch/pyjitpl5/pypy/jit/backend

fijal at codespeak.net fijal at codespeak.net
Mon Apr 27 18:37:00 CEST 2009


Author: fijal
Date: Mon Apr 27 18:36:58 2009
New Revision: 64740

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/detect_cpu.py
Log:
(Trundle) typo


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/detect_cpu.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/detect_cpu.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/detect_cpu.py	Mon Apr 27 18:36:58 2009
@@ -48,5 +48,5 @@
     elif backend_name == 'minimal':
         from pypy.jit.backend.minimal.runner import CPU
     else:
-        raise ProcessorAutodetectError, "unsupported cpu '%s'" % cpu
+        raise ProcessorAutodetectError, "unsupported cpu '%s'" % backend_name
     return CPU



More information about the Pypy-commit mailing list