[pypy-svn] r64117 - pypy/branch/pyjitpl5-simplify/pypy/jit/backend/x86

fijal at codespeak.net fijal at codespeak.net
Wed Apr 15 21:32:51 CEST 2009


Author: fijal
Date: Wed Apr 15 21:32:47 2009
New Revision: 64117

Modified:
   pypy/branch/pyjitpl5-simplify/pypy/jit/backend/x86/assembler.py
Log:
oops


Modified: pypy/branch/pyjitpl5-simplify/pypy/jit/backend/x86/assembler.py
==============================================================================
--- pypy/branch/pyjitpl5-simplify/pypy/jit/backend/x86/assembler.py	(original)
+++ pypy/branch/pyjitpl5-simplify/pypy/jit/backend/x86/assembler.py	Wed Apr 15 21:32:47 2009
@@ -821,7 +821,6 @@
                                  eax)
         self.places_to_patch_framesize.append(self.mc.tell())
         self.mc.ADD(esp, imm32(0))
-        assert guard_index >= 0
         self.mc.MOV(eax, imm(guard_index))
         self.mc.RET()
 



More information about the Pypy-commit mailing list