mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 04:59:25 +02:00
* fix not i386 typo bug
This commit is contained in:
parent
369ef5ff25
commit
e3dad0a2ec
@ -2148,8 +2148,7 @@ const
|
||||
MaskAllExceptions = $ff;
|
||||
{$else}
|
||||
type
|
||||
tfpustate : longint;
|
||||
|
||||
tfpustate = longint;
|
||||
const
|
||||
MaskAllExceptions = 0;
|
||||
{$endif}
|
||||
@ -2619,7 +2618,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.8 2002/09/07 15:42:52 peter
|
||||
|
Loading…
Reference in New Issue
Block a user