Browse Source

* Initialize controllertype field to eliminate warning.

git-svn-id: trunk@12841 -
yury 16 năm trước cách đây
mục cha
commit
1658ca9919
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      compiler/globals.pas

+ 3 - 0
compiler/globals.pas

@@ -399,6 +399,9 @@ interface
         packrecords     : 0;
         packrecords     : 0;
         maxfpuregisters : 0;
         maxfpuregisters : 0;
         minfpconstprec : s32real;
         minfpconstprec : s32real;
+{$if defined(ARM)}
+        controllertype : ct_none;
+{$endif defined(ARM)}
       );
       );
 
 
     var
     var