Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

TExceptionContext

Declaration

Source position: exec.pas line 665

type TExceptionContext = record

  Flags: LongWord;

  Traptype: LongWord;

  msr: LongWord;

  ip: LongWord;

  gpr: array [0..31] of LongWord;

  cr: LongWord;

  xer: LongWord;

  ctr: LongWord;

  lr: LongWord;

  dsisr: LongWord;

  dar: LongWord;

  fpr: array [0..31] of Double;

  fpscr: QWord;

  vscr: array [0..15] of Byte;

  vr: array [0..511] of Byte;

  vrsave: LongWord;

end;


Documentation generated on: 2021-07-30