Ver código fonte

* dollar sign changed to dollar in the SDCC-SDASZ80 asm output

git-svn-id: branches/z80@45065 -
nickysn 5 anos atrás
pai
commit
084b4187f8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/z80/agsdasz80.pas

+ 1 - 1
compiler/z80/agsdasz80.pas

@@ -884,7 +884,7 @@ unit agsdasz80;
             flags : [af_needar,af_smartlink_sections];
             labelprefix : '.L';
             comment : '; ';
-            dollarsign: 's';
+            dollarsign: '$';
           );