[pypy-svn] r40752 - pypy/dist/pypy/jit/codegen/ppc

mwh at codespeak.net mwh at codespeak.net
Mon Mar 19 11:39:42 CET 2007


Author: mwh
Date: Mon Mar 19 11:39:38 2007
New Revision: 40752

Modified:
   pypy/dist/pypy/jit/codegen/ppc/instruction.py
Log:
so far unimportant, but funny, typo


Modified: pypy/dist/pypy/jit/codegen/ppc/instruction.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/ppc/instruction.py	(original)
+++ pypy/dist/pypy/jit/codegen/ppc/instruction.py	Mon Mar 19 11:39:38 2007
@@ -67,7 +67,7 @@
         Register.__init__(self)
         self.number = number
 
-fprs = map(GPR, range(32))
+fprs = map(FPR, range(32))
 
 class BaseCRF(Register):
     """ These represent condition registers; however, we never actually



More information about the Pypy-commit mailing list