Stack swap structure as passed to StackSwap
Source position: exec.pas line 714
type tStackSwapStruct = record |
||
stk_Lower: Pointer; |
|
Lowest byte of stack |
stk_Upper: LongWord; |
|
Upper end of stack (size + Lowest) |
stk_Pointer: Pointer; |
|
Stack pointer at switch point |
end; |