mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 10:10:39 +02:00
* tcputype.cpu_z80 renamed .cpu_zilog_z80
git-svn-id: branches/z80@45138 -
This commit is contained in:
parent
5594302d2a
commit
784237ee33
@ -562,8 +562,8 @@ interface
|
||||
fputype : fpu_none;
|
||||
{$endif xtensa}
|
||||
{$ifdef z80}
|
||||
cputype : cpu_z80;
|
||||
optimizecputype : cpu_z80;
|
||||
cputype : cpu_zilog_z80;
|
||||
optimizecputype : cpu_zilog_z80;
|
||||
{ Use cpu_none by default,
|
||||
because using cpu_8086 by default means
|
||||
that we reject any instruction above bare 8086 instruction set
|
||||
|
@ -35,7 +35,7 @@ Type
|
||||
{ possible supported processors for this target }
|
||||
tcputype =
|
||||
(cpu_none,
|
||||
cpu_z80,
|
||||
cpu_zilog_z80,
|
||||
cpu_ez80
|
||||
);
|
||||
|
||||
@ -121,7 +121,7 @@ Const
|
||||
const
|
||||
cpu_capabilities : array[tcputype] of set of tcpuflags =
|
||||
( { cpu_none } [],
|
||||
{ cpu_z80 } [],
|
||||
{ cpu_zilog_z80 } [],
|
||||
{ cpu_ez80 } [CPUZ80_HAS_CALLCC]
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user