Procházet zdrojové kódy

+ 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 před 5 roky
rodič
revize
3893baabd8
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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);