Free a processor trap
Source position: exec.pas line 1242
procedure FreeTrap( |
trapNum: LongInt |
); |
trapNum |
|
The trap number to free [of 0..15] |
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.
|
Allocate a processor trap vector |