[pypy-svn] r53291 - pypy/branch/jit-hotpath/pypy/jit/codegen/ia32

fijal at codespeak.net fijal at codespeak.net
Thu Apr 3 21:34:10 CEST 2008


Author: fijal
Date: Thu Apr  3 21:34:10 2008
New Revision: 53291

Modified:
   pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py
Log:
uh, before I forget


Modified: pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py	Thu Apr  3 21:34:10 2008
@@ -1486,7 +1486,7 @@
         # eh, kind here should be "what we're looking for?"
         v = info[index]
         if isinstance(v, GenConst):
-            return
+            return v
         return IntConst(peek_word_at(base + v.stackpos * WORD))
 
     @staticmethod



More information about the Pypy-commit mailing list