Pārlūkot izejas kodu

* tsystemcpu.cpu_sys_z80 renamed .cpu_z80 for consistency with the other values in the enum.

git-svn-id: branches/z80@45140 -
nickysn 5 gadi atpakaļ
vecāks
revīzija
a857e60dc1

+ 1 - 1
compiler/systems.inc

@@ -56,7 +56,7 @@
              cpu_riscv32,                  { 19 }
              cpu_riscv64,                  { 20 }
              cpu_xtensa,                   { 21 }
-             cpu_sys_z80                   { 22 }
+             cpu_z80                       { 22 }
        );
 
        tasmmode= (asmmode_none

+ 1 - 1
compiler/systems/i_embed.pas

@@ -724,7 +724,7 @@ unit i_embed;
             flags        : [tf_needs_symbol_size,tf_files_case_sensitive,
                             tf_smartlink_library,
                             tf_no_objectfiles_when_smartlinking];
-            cpu          : cpu_sys_z80;
+            cpu          : cpu_z80;
             unit_env     : '';
             extradefines : '';
             exeext       : '';

+ 1 - 1
compiler/systems/i_zxspectrum.pas

@@ -36,7 +36,7 @@ unit i_zxspectrum;
             flags        : [tf_needs_symbol_size,tf_files_case_sensitive,
                             tf_smartlink_library,
                             tf_no_objectfiles_when_smartlinking];
-            cpu          : cpu_sys_z80;
+            cpu          : cpu_z80;
             unit_env     : '';
             extradefines : '';
             exeext       : '';