mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +02:00
* fixed handling of 16-bit consts in the Z80 asm reader
git-svn-id: branches/z80@44807 -
This commit is contained in:
parent
a512b0cc99
commit
957eaf721b
@ -54,6 +54,8 @@ type
|
|||||||
OPR_CONSTANT : (val:longint);
|
OPR_CONSTANT : (val:longint);
|
||||||
{$elseif defined(i8086)}
|
{$elseif defined(i8086)}
|
||||||
OPR_CONSTANT : (val:longint);
|
OPR_CONSTANT : (val:longint);
|
||||||
|
{$elseif defined(Z80)}
|
||||||
|
OPR_CONSTANT : (val:longint);
|
||||||
{$else}
|
{$else}
|
||||||
OPR_CONSTANT : (val:aint);
|
OPR_CONSTANT : (val:aint);
|
||||||
{$endif}
|
{$endif}
|
||||||
|
Loading…
Reference in New Issue
Block a user