2
0
Эх сурвалжийг харах

+ handle and skip AS_SEPARATOR in the z80 assembler reader

git-svn-id: branches/z80@44801 -
nickysn 5 жил өмнө
parent
commit
407d19560c

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