Browse Source

* m68k: fix an endless syntax error loop in the assembler reader

Karoly Balogh 3 years ago
parent
commit
554ae218ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/m68k/ra68kmot.pas

+ 1 - 0
compiler/m68k/ra68kmot.pas

@@ -717,6 +717,7 @@ const
                   begin
                     Message(asmr_e_syn_constant);
                     l := 0;
+                    Consume(AS_ID);
                   End else
                   begin
                     hs:='';