Sfoglia il codice sorgente

- removed the -mmcu= command line option from z80asm

git-svn-id: branches/z80@44410 -
nickysn 5 anni fa
parent
commit
7050d7a376
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      compiler/z80/agz80asm.pas

+ 1 - 1
compiler/z80/agz80asm.pas

@@ -167,7 +167,7 @@ unit agz80asm;
 
     function TZ80GNUAssembler.MakeCmdLine: TCmdStr;
       begin
-        result := '-mmcu='+lower(cputypestr[current_settings.cputype])+' '+inherited MakeCmdLine;
+        result := {'-mmcu='+lower(cputypestr[current_settings.cputype])+' '+}inherited MakeCmdLine;
       end;