Browse Source

* Avoid warning about missing field for AVR

git-svn-id: trunk@17896 -
pierre 14 years ago
parent
commit
b3e1ba70e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/globals.pas

+ 2 - 2
compiler/globals.pas

@@ -430,9 +430,9 @@ interface
         minfpconstprec : s32real;
         minfpconstprec : s32real;
 
 
         disabledircache : false;
         disabledircache : false;
-{$if defined(ARM)}
+{$if defined(ARM) or defined(AVR)}
         controllertype : ct_none;
         controllertype : ct_none;
-{$endif defined(ARM)}
+{$endif defined(ARM) or defined(AVR)}
       );
       );
 
 
     var
     var