summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-04-27 15:49:14 +0000
committernickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-04-27 15:49:14 +0000
commitfc3f5bb978006b87191882d892596e75d98663eb (patch)
tree6ca0af4457579c667898060770927d5157337e94
parent0c437d634bf351d19de0ede062ef387ab95e18d0 (diff)
downloadfpc-fc3f5bb978006b87191882d892596e75d98663eb.tar.gz
* tcputype.cpu_ez80 renamed .cpu_zilog_ez80
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/z80@45139 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/z80/cpuinfo.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/z80/cpuinfo.pas b/compiler/z80/cpuinfo.pas
index 3421369289..85ac1075ec 100644
--- a/compiler/z80/cpuinfo.pas
+++ b/compiler/z80/cpuinfo.pas
@@ -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