[pypy-svn] r25684 - pypy/dist/pypy/rpython/lltypesystem

tismer at codespeak.net tismer at codespeak.net
Tue Apr 11 07:41:13 CEST 2006


Author: tismer
Date: Tue Apr 11 07:41:11 2006
New Revision: 25684

Modified:
   pypy/dist/pypy/rpython/lltypesystem/lloperation.py
Log:
o wonder, even one more ll operation, needed for armin's var-arg case of wrapper.py

Modified: pypy/dist/pypy/rpython/lltypesystem/lloperation.py
==============================================================================
--- pypy/dist/pypy/rpython/lltypesystem/lloperation.py	(original)
+++ pypy/dist/pypy/rpython/lltypesystem/lloperation.py	Tue Apr 11 07:41:11 2006
@@ -315,6 +315,7 @@
     'check_no_more_arg':    LLOp(canraise=(Exception,)),
     'decode_arg':           LLOp(canraise=(Exception,)),
     'decode_arg_def':       LLOp(canraise=(Exception,)),
+    'getslice':             LLOp(canraise=(Exception,)),
 }
 
     # __________ operations on PyObjects __________



More information about the Pypy-commit mailing list