소스 검색

- removed commented out code, because it looks like a misleading comment

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

+ 1 - 1
compiler/z80/nz80add.pas

@@ -426,7 +426,7 @@ interface
                 internalerror(2020042103);
             end;
           end
-        else {if unsigned then}
+        else
           begin
             if left.location.loc<>LOC_REGISTER then
               hlcg.location_force_reg(current_asmdata.CurrAsmList,left.location,left.resultdef,left.resultdef,false);