소스 검색

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

Karoly Balogh 3 년 전
부모
커밋
554ae218ca
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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:='';