Browse Source

+ handle and skip AS_SEPARATOR in the z80 assembler reader

git-svn-id: branches/z80@44801 -
nickysn 5 years ago
parent
commit
407d19560c
1 changed files with 5 additions and 0 deletions
  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);