2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Exec function Disable
9 /******************************************************************************
12 AROS_LH0(void, Disable,
15 struct ExecBase *, SysBase, 20, Exec)
35 ******************************************************************************/
41 .globl AROS_SLIB_ENTRY(Disable,Exec)
42 .type AROS_SLIB_ENTRY(Disable,Exec),@function
44 AROS_SLIB_ENTRY
(Disable
,Exec
):
45 jbsr AROS_CSYMNAME
(os_disable
)
53 /* increment nesting count and return */
54 addq.
b #1,IDNestCnt(%a6)