Docs » Autodocs » exec.library » FreeTrap
FreeTrap -- free a processor trap
FreeTrap(trapNum) D0 void FreeTrap(ULONG);
This function frees a previously allocated trap number for reuse. This call must be performed while running in the same task in which the trap was allocated.
Traps may not be allocated or freed from exception handling code.
trapNum - the trap number to free {of 0..15}
|