Răsfoiți Sursa

+ 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 ani în urmă
părinte
comite
3893baabd8
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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);