Browse Source

+ output nothing for ait_stab, ait_force_line and ait_function_name in the sdcc-sdasz80 asm writer

git-svn-id: branches/z80@44506 -
nickysn 5 years ago
parent
commit
3893baabd8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/z80/agsdasz80.pas

+ 3 - 0
compiler/z80/agsdasz80.pas

@@ -696,6 +696,9 @@ unit agsdasz80;
               begin
                 WriteInstruction(taicpu(hp));
               end;
+            ait_stab,
+            ait_force_line,
+            ait_function_name : ;
             else
               begin
                 writer.AsmWrite(asminfo^.comment);