diff --git a/compiler/ncgflw.pas b/compiler/ncgflw.pas index 3de52669a1..0cdc576849 100644 --- a/compiler/ncgflw.pas +++ b/compiler/ncgflw.pas @@ -830,7 +830,7 @@ implementation end; hlcg.a_cmp_const_loc_label(current_asmdata.CurrAsmList,left.resultdef,hcond, - aint(cmp_const.svalue),left.location,l3); + tcgint(cmp_const.svalue),left.location,l3); end; { this is the break label: }