mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 19:29:09 +02:00
* include the Z80 specific intrinsic values
git-svn-id: trunk@45612 -
This commit is contained in:
parent
469993a0cc
commit
d1cb341cfa
@ -177,6 +177,10 @@ type
|
|||||||
,
|
,
|
||||||
{$i ccpuinnr.inc}
|
{$i ccpuinnr.inc}
|
||||||
{$endif }
|
{$endif }
|
||||||
|
{$if defined(Z80)}
|
||||||
|
,
|
||||||
|
{$i ccpuinnr.inc}
|
||||||
|
{$endif}
|
||||||
);
|
);
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user