mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 12:09:24 +02:00
+ handle and skip AS_SEPARATOR in the z80 assembler reader
git-svn-id: branches/z80@44801 -
This commit is contained in:
parent
dced623ab2
commit
407d19560c
@ -1312,6 +1312,11 @@ Unit raz80asm;
|
|||||||
break; { end assembly block }
|
break; { end assembly block }
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
AS_SEPARATOR:
|
||||||
|
begin
|
||||||
|
Consume(AS_SEPARATOR);
|
||||||
|
end;
|
||||||
|
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
Message(asmr_e_syntax_error);
|
Message(asmr_e_syntax_error);
|
||||||
|
Loading…
Reference in New Issue
Block a user