Explorar o código

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

git-svn-id: branches/z80@45065 -
nickysn %!s(int64=5) %!d(string=hai) anos
pai
achega
084b4187f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: '$';
           );