[pypy-svn] r53550 - pypy/branch/jit-hotpath/pypy/jit/codegen/ia32
fijal at codespeak.net
fijal at codespeak.net
Mon Apr 7 23:49:54 CEST 2008
Author: fijal
Date: Mon Apr 7 23:49:53 2008
New Revision: 53550
Modified:
pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py
Log:
oops
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 Mon Apr 7 23:49:53 2008
@@ -1372,7 +1372,7 @@
assert 0, "XXX not implemented"
@staticmethod
- @specialize.arg(1)
+ @specialize.arg(0)
def genzeroconst(kind):
return ZERO_CONST[kind]
More information about the Pypy-commit
mailing list