mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 23:00:13 +02:00
* define R_SUBWHOLE = R_SUBW for Z80
git-svn-id: branches/z80@44490 -
This commit is contained in:
parent
f87c837afe
commit
b486e6b353
@ -89,7 +89,7 @@ unit cpubase;
|
|||||||
{$i rz80sup.inc}
|
{$i rz80sup.inc}
|
||||||
|
|
||||||
{ No Subregisters }
|
{ No Subregisters }
|
||||||
R_SUBWHOLE = R_SUBNONE;
|
R_SUBWHOLE = R_SUBW;
|
||||||
|
|
||||||
{ Available Registers }
|
{ Available Registers }
|
||||||
{$i rz80con.inc}
|
{$i rz80con.inc}
|
||||||
|
Loading…
Reference in New Issue
Block a user