Source position: exec.pas line 727
type TStackSwapStruct = record
stk_Lower: APTR;
stk_Upper: APTR;
stk_Pointer: APTR;
end;