[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

FreeTrap

Free a processor trap

Declaration

Source position: exec.pas line 1266

procedure FreeTrap(

  TrapNum: LongInt

);

Arguments

TrapNum

  

The trap number to free [of 0..15]

Description

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.

See also

AllocTrap

  

Allocate a processor trap vector


Documentation generated on: 2017-01-10