mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:29:20 +02:00
* m68k: fix an endless syntax error loop in the assembler reader
This commit is contained in:
parent
cb959c2e6f
commit
554ae218ca
@ -717,6 +717,7 @@ const
|
||||
begin
|
||||
Message(asmr_e_syn_constant);
|
||||
l := 0;
|
||||
Consume(AS_ID);
|
||||
End else
|
||||
begin
|
||||
hs:='';
|
||||
|
Loading…
Reference in New Issue
Block a user