[pypy-svn] r24941 - pypy/branch/explicit-exceptions/rpython/lltypesystem

mwh at codespeak.net mwh at codespeak.net
Fri Mar 24 11:32:14 CET 2006


Author: mwh
Date: Fri Mar 24 11:32:12 2006
New Revision: 24941

Modified:
   pypy/branch/explicit-exceptions/rpython/lltypesystem/lloperation.py
Log:
o look, another lloperation


Modified: pypy/branch/explicit-exceptions/rpython/lltypesystem/lloperation.py
==============================================================================
--- pypy/branch/explicit-exceptions/rpython/lltypesystem/lloperation.py	(original)
+++ pypy/branch/explicit-exceptions/rpython/lltypesystem/lloperation.py	Fri Mar 24 11:32:12 2006
@@ -288,6 +288,7 @@
     'hint':                 LLOp(),
     'check_no_more_arg':    LLOp(canraise=(Exception,)),
     'decode_arg':           LLOp(canraise=(Exception,)),
+    'decode_arg_def':       LLOp(canraise=(Exception,)),
 }
 
     # __________ operations on PyObjects __________



More information about the Pypy-commit mailing list