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

mwh at codespeak.net mwh at codespeak.net
Mon Nov 20 17:14:29 CET 2006


Author: mwh
Date: Mon Nov 20 17:14:28 2006
New Revision: 34799

Modified:
   pypy/dist/pypy/jit/codegen/ppc/rgenop.py
Log:
i've tested this now :-)


Modified: pypy/dist/pypy/jit/codegen/ppc/rgenop.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/ppc/rgenop.py	(original)
+++ pypy/dist/pypy/jit/codegen/ppc/rgenop.py	Mon Nov 20 17:14:28 2006
@@ -252,7 +252,6 @@
         return gv_result
 
     def genop_getarraysubstruct(self, arraytoken, gv_ptr, gv_index):
-        # xxx not tested
         _, _, itemsize = arraytoken
         assert itemsize == 4
         gv_itemoffset = self.itemoffset(arraytoken, gv_index)



More information about the Pypy-commit mailing list