mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:49:27 +02:00
* fix not i386 typo bug
This commit is contained in:
parent
369ef5ff25
commit
e3dad0a2ec
@ -2148,8 +2148,7 @@ const
|
|||||||
MaskAllExceptions = $ff;
|
MaskAllExceptions = $ff;
|
||||||
{$else}
|
{$else}
|
||||||
type
|
type
|
||||||
tfpustate : longint;
|
tfpustate = longint;
|
||||||
|
|
||||||
const
|
const
|
||||||
MaskAllExceptions = 0;
|
MaskAllExceptions = 0;
|
||||||
{$endif}
|
{$endif}
|
||||||
@ -2619,7 +2618,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.9 2002-09-17 20:20:05 pierre
|
Revision 1.10 2002-09-27 17:49:09 pierre
|
||||||
|
* fix not i386 typo bug
|
||||||
|
|
||||||
|
Revision 1.9 2002/09/17 20:20:05 pierre
|
||||||
* mask all fpu exceptions in GDB commands as GDB relies on that
|
* mask all fpu exceptions in GDB commands as GDB relies on that
|
||||||
|
|
||||||
Revision 1.8 2002/09/07 15:42:52 peter
|
Revision 1.8 2002/09/07 15:42:52 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user