From 41b58299839363079c3280e7b5d6a9f23b97c5b6 Mon Sep 17 00:00:00 2001 From: nickysn Date: Tue, 21 Apr 2020 23:40:46 +0000 Subject: [PATCH] - removed commented out code, because it looks like a misleading comment git-svn-id: branches/z80@44982 - --- compiler/z80/nz80add.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/z80/nz80add.pas b/compiler/z80/nz80add.pas index b06ef7c43f..a8d96982f7 100644 --- a/compiler/z80/nz80add.pas +++ b/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);