Browse Source

* maxfpuregisters to shortint

git-svn-id: trunk@5096 -
peter 19 năm trước cách đây
mục cha
commit
568e21ef1d
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      compiler/globals.pas

+ 3 - 3
compiler/globals.pas

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