[pypy-svn] r71044 - pypy/trunk/pypy/translator/c/gcc

afa at codespeak.net afa at codespeak.net
Mon Feb 1 21:45:14 CET 2010


Author: afa
Date: Mon Feb  1 21:45:13 2010
New Revision: 71044

Modified:
   pypy/trunk/pypy/translator/c/gcc/trackgcroot.py
Log:
Typo. Fortunately there is no such format='m'...


Modified: pypy/trunk/pypy/translator/c/gcc/trackgcroot.py
==============================================================================
--- pypy/trunk/pypy/translator/c/gcc/trackgcroot.py	(original)
+++ pypy/trunk/pypy/translator/c/gcc/trackgcroot.py	Mon Feb  1 21:45:13 2010
@@ -656,7 +656,7 @@
 
         target = match.group(1)
 
-        if self.format in ('msvc'):
+        if self.format in ('msvc',):
             # On win32, the address of a foreign function must be
             # computed, the optimizer may store it in a register.  We
             # could ignore this, except when the function need special



More information about the Pypy-commit mailing list