2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 #include <exec/execbase.h>
8 /******************************************************************************
11 #include <proto/exec.h>
13 AROS_LH0(void, Permit
,
16 struct ExecBase
*, SysBase
, 23, Exec
)
19 This function activates the dispatcher again after a call to Permit().
28 This function preserves all registers.
35 Forbid(), Disable(), Enable()
41 ******************************************************************************/
43 if ((--SysBase
->TDNestCnt
) < 0
44 && (SysBase
->AttnResched
& 0x80)
45 && SysBase
->IDNestCnt
< 0
48 SysBase
->AttnResched
&= ~0x80;