[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'oldlinux' (#rtl)

tfpstate

Record describing floating point unit in signal handler.

Declaration

Source position: oldlinux.pp line 774

type tfpstate = record

  cw: cardinal;

  

  sw: cardinal;

  

  tag: cardinal;

  

  ipoff: cardinal;

  

  cssel: cardinal;

  

  dataoff: cardinal;

  

  datasel: cardinal;

  

  st: array [0..7] of tfpreg;

  

  status: cardinal;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.