Преглед изворни кода

+ 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 година
родитељ
комит
3893baabd8
1 измењених фајлова са 3 додато и 0 уклоњено
  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);