[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

TStackSwapStruct

Stack swap structure as passed to StackSwap

Declaration

Source position: exec.pas line 686

type TStackSwapStruct = record

  stk_Lower: APTR;

  

Lowest byte of stack

  stk_Upper: APTR;

  

Upper end of stack (size + Lowest)

  stk_Pointer: APTR;

  

Stack pointer at switch point

end;


Documentation generated on: 2017-01-10