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

fijal at codespeak.net fijal at codespeak.net
Fri Mar 6 23:29:15 CET 2009


Author: fijal
Date: Fri Mar  6 23:29:15 2009
New Revision: 62671

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/x86/runner.py
Log:
seems we actually need this


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/x86/runner.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/x86/runner.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/x86/runner.py	Fri Mar  6 23:29:15 2009
@@ -383,7 +383,7 @@
     def sizeof(self, S):
         return symbolic.get_size(S)
 
-#    numof = sizeof
+    numof = sizeof
 #    addresssuffix = str(symbolic.get_size(llmemory.Address))
 
 #    def itemoffsetof(self, A):



More information about the Pypy-commit mailing list