2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Exec function Forbid
9 /******************************************************************************
12 AROS_LH0(void, Forbid,
15 struct ExecBase *, SysBase, 22, Exec)
35 ******************************************************************************/
41 .globl AROS_SLIB_ENTRY(Forbid,Exec)
42 .type AROS_SLIB_ENTRY(Forbid,Exec),@function
43 AROS_SLIB_ENTRY
(Forbid
,Exec
):
45 /* Preserve all registers */
52 /* Increase nesting count */
53 addq.
b #1,TDNestCnt(%a6)