Source position: exec.pas line 714
type tStackSwapStruct = record
stk_Lower: Pointer;
stk_Upper: ULONG;
stk_Pointer: Pointer;
end;