瀏覽代碼

* fixed warning in agsdasz80

git-svn-id: branches/z80@44833 -
nickysn 5 年之前
父節點
當前提交
fb9d7c1289
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/z80/agsdasz80.pas

+ 2 - 0
compiler/z80/agsdasz80.pas

@@ -342,6 +342,8 @@ unit agsdasz80;
                       writer.AsmWrite('<');
                     addr_hi8:
                       writer.AsmWrite('>');
+                    else
+                      ;
                   end;
                   if o.ref^.offset<>0 then
                     writer.AsmWrite('('+o.ref^.symbol.name+'+'+tostr(o.ref^.offset)+')')