Procedure SwapVectors ;
SwapVectors swaps the contents of the internal table of interrupt vectors with the current contents of the interrupt vectors.
This is called typically in before and after an Exec call.
Under LINUX this call does nothing, as the interrupt vectors are managed by the kernel.