Browse Source

* define avr => cpu8bitalu

git-svn-id: trunk@31673 -
florian 10 năm trước cách đây
mục cha
commit
5595651816
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      compiler/cgutils.pas

+ 2 - 2
compiler/cgutils.pas

@@ -141,9 +141,9 @@ unit cgutils;
                 { overlay a 64 Bit register type }
                 2 : (register64 : tregister64);
 {$endif cpu64bitalu}
-{$ifdef avr}
+{$ifdef cpu8bitalu}
                 3 : (registers : array[0..3] of tregister);
-{$endif avr}
+{$endif cpu8bitalu}
               );
             LOC_SUBSETREG,
             LOC_CSUBSETREG : (