mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 17:49:07 +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);
|
||||
{$elseif defined(i8086)}
|
||||
OPR_CONSTANT : (val:longint);
|
||||
{$elseif defined(Z80)}
|
||||
OPR_CONSTANT : (val:longint);
|
||||
{$else}
|
||||
OPR_CONSTANT : (val:aint);
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user