瀏覽代碼

+ handle and skip AS_SEPARATOR in the z80 assembler reader

git-svn-id: branches/z80@44801 -
nickysn 5 年之前
父節點
當前提交
407d19560c
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      compiler/z80/raz80asm.pas

+ 5 - 0
compiler/z80/raz80asm.pas

@@ -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);