tfpreg
Record describing floating point register in signal handler.
Declaration
Source position: sighndh.inc line 20
Type
tfpreg = record
significand : Array[0..3] of Word;
exponent : Word;
end
Record describing floating point register in signal handler.
Source position: sighndh.inc line 20
Type
tfpreg = record
significand : Array[0..3] of Word;
exponent : Word;
end