mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +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 =
|
||||
(cpu_none,
|
||||
cpu_zilog_z80,
|
||||
cpu_ez80
|
||||
cpu_zilog_ez80
|
||||
);
|
||||
|
||||
tfputype =
|
||||
@ -122,7 +122,7 @@ Const
|
||||
cpu_capabilities : array[tcputype] of set of tcpuflags =
|
||||
( { cpu_none } [],
|
||||
{ cpu_zilog_z80 } [],
|
||||
{ cpu_ez80 } [CPUZ80_HAS_CALLCC]
|
||||
{ cpu_zilog_ez80 } [CPUZ80_HAS_CALLCC]
|
||||
);
|
||||
|
||||
Implementation
|
||||
|
Loading…
Reference in New Issue
Block a user