mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 13:49:17 +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
|
begin
|
||||||
Message(asmr_e_syn_constant);
|
Message(asmr_e_syn_constant);
|
||||||
l := 0;
|
l := 0;
|
||||||
|
Consume(AS_ID);
|
||||||
End else
|
End else
|
||||||
begin
|
begin
|
||||||
hs:='';
|
hs:='';
|
||||||
|
Loading…
Reference in New Issue
Block a user