Browse Source

* maxfpuregisters to shortint

git-svn-id: trunk@5096 -
peter 19 years ago
parent
commit
568e21ef1d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      compiler/globals.pas

+ 3 - 3
compiler/globals.pas

@@ -113,7 +113,7 @@ interface
          fileindex : word;
          fileindex : word;
          { moduleindex : word; }
          { moduleindex : word; }
        end;
        end;
-       
+
        tcodepagestring = string[20];
        tcodepagestring = string[20];
 
 
        tsettings = record
        tsettings = record
@@ -136,7 +136,7 @@ interface
          sourcecodepage  : tcodepagestring;
          sourcecodepage  : tcodepagestring;
 
 
          packrecords     : shortint;
          packrecords     : shortint;
-         maxfpuregisters : byte;
+         maxfpuregisters : shortint;
        end;
        end;
 
 
 
 
@@ -242,7 +242,7 @@ interface
 
 
        init_settings,
        init_settings,
        current_settings   : tsettings;
        current_settings   : tsettings;
-       
+
        nextlocalswitches : tlocalswitches;
        nextlocalswitches : tlocalswitches;
        localswitcheschanged : boolean;
        localswitcheschanged : boolean;