瀏覽代碼

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

git-svn-id: branches/z80@45065 -
nickysn 5 年之前
父節點
當前提交
084b4187f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: '$';
           );