[pypy-svn] r62785 - pypy/branch/pyjitpl5/pypy/jit/metainterp

fijal at codespeak.net fijal at codespeak.net
Tue Mar 10 00:47:10 CET 2009


Author: fijal
Date: Tue Mar 10 00:47:10 2009
New Revision: 62785

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/pyjitpl.py
Log:
fix translation


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/pyjitpl.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/pyjitpl.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/pyjitpl.py	Tue Mar 10 00:47:10 2009
@@ -521,7 +521,7 @@
                                  [clsbox])
         if op:
             op.vdesc = vdesc
-            op.descr = guard_field
+            op.descr = ConstInt(guard_field)
         
     @arguments("box")
     def opimpl_keepalive(self, box):



More information about the Pypy-commit mailing list