mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 01:26:11 +02:00
* tsystemcpu.cpu_sys_z80 renamed .cpu_z80 for consistency with the other values in the enum.
git-svn-id: branches/z80@45140 -
This commit is contained in:
parent
9cca44d3af
commit
a857e60dc1
@ -56,7 +56,7 @@
|
||||
cpu_riscv32, { 19 }
|
||||
cpu_riscv64, { 20 }
|
||||
cpu_xtensa, { 21 }
|
||||
cpu_sys_z80 { 22 }
|
||||
cpu_z80 { 22 }
|
||||
);
|
||||
|
||||
tasmmode= (asmmode_none
|
||||
|
@ -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 : '';
|
||||
|
@ -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 : '';
|
||||
|
Loading…
Reference in New Issue
Block a user