[pypy-svn] r66972 - pypy/branch/pyjitpl5/pypy/jit/backend/x86

fijal at codespeak.net fijal at codespeak.net
Wed Aug 19 15:13:12 CEST 2009


Author: fijal
Date: Wed Aug 19 15:13:12 2009
New Revision: 66972

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/x86/regalloc.py
Log:
typo


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/x86/regalloc.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/x86/regalloc.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/x86/regalloc.py	Wed Aug 19 15:13:12 2009
@@ -12,7 +12,7 @@
 from pypy.jit.backend.x86 import symbolic
 from pypy.jit.metainterp.resoperation import rop
 
-# esi edi and ebp can be added to this list, provided they're correctly
+# esi edi and ebx can be added to this list, provided they're correctly
 # saved and restored
 REGS = [eax, ecx, edx]
 WORD = 4



More information about the Pypy-commit mailing list