Browse Source

* fix not i386 typo bug

pierre 23 years ago
parent
commit
e3dad0a2ec
1 changed files with 5 additions and 3 deletions
  1. 5 3
      packages/base/gdbint/gdbint.pp

+ 5 - 3
packages/base/gdbint/gdbint.pp

@@ -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