소스 검색

* fixed warning in agz80asm

git-svn-id: branches/z80@44832 -
nickysn 5 년 전
부모
커밋
fc9a5797dd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/z80/agz80asm.pas

+ 1 - 0
compiler/z80/agz80asm.pas

@@ -158,6 +158,7 @@ unit agz80asm;
           first : boolean;
           r : tsuperregister;
         begin
+          result:='';
           //case o.typ of
           //  top_reg:
           //    getopstr:=gas_regname(o.reg);