|
@@ -23,8 +23,8 @@ type
|
|
|
|
|
|
pfpstate = ^tfpstate;
|
|
pfpstate = ^tfpstate;
|
|
tfpstate = record
|
|
tfpstate = record
|
|
- pcr,psr,fpiaddr : longint;
|
|
|
|
- fpreg : array [0..7] of tfpreg;
|
|
|
|
|
|
+ pcr,psr,fpiaddr : longint;
|
|
|
|
+ fpreg : array [0..7] of tfpreg;
|
|
end;
|
|
end;
|
|
|
|
|
|
{ as defined in asm_m68k/signal.h }
|
|
{ as defined in asm_m68k/signal.h }
|