mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 19:49:12 +02:00
* tcputype.cpu_ez80 renamed .cpu_zilog_ez80
git-svn-id: branches/z80@45139 -
This commit is contained in:
parent
784237ee33
commit
9cca44d3af
@ -36,7 +36,7 @@ Type
|
|||||||
tcputype =
|
tcputype =
|
||||||
(cpu_none,
|
(cpu_none,
|
||||||
cpu_zilog_z80,
|
cpu_zilog_z80,
|
||||||
cpu_ez80
|
cpu_zilog_ez80
|
||||||
);
|
);
|
||||||
|
|
||||||
tfputype =
|
tfputype =
|
||||||
@ -122,7 +122,7 @@ Const
|
|||||||
cpu_capabilities : array[tcputype] of set of tcpuflags =
|
cpu_capabilities : array[tcputype] of set of tcpuflags =
|
||||||
( { cpu_none } [],
|
( { cpu_none } [],
|
||||||
{ cpu_zilog_z80 } [],
|
{ cpu_zilog_z80 } [],
|
||||||
{ cpu_ez80 } [CPUZ80_HAS_CALLCC]
|
{ cpu_zilog_ez80 } [CPUZ80_HAS_CALLCC]
|
||||||
);
|
);
|
||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user