mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 01:09:27 +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 }
|
||||
end;
|
||||
|
||||
AS_SEPARATOR:
|
||||
begin
|
||||
Consume(AS_SEPARATOR);
|
||||
end;
|
||||
|
||||
else
|
||||
begin
|
||||
Message(asmr_e_syntax_error);
|
||||
|
Loading…
Reference in New Issue
Block a user