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