@@ -110,7 +110,7 @@ implementation
{ ELSE-label }
if first then
begin
- { have we to ajust the first value ? }
+ { have we to adjust the first value ? }
if (t^._low>get_min_value(left.resultdef)) or (get_min_value(left.resultdef)<>0) then
{ use unsigned_opcgsize here to avoid uncessary sign extensions, at this place hregister will never be negative, because
@@ -344,7 +344,7 @@ implementation
tbasecgarm(cg).cgsetflags:=true;
@@ -82,7 +82,7 @@ implementation
hlcg.a_op_const_reg(current_asmdata.CurrAsmList, OP_SUB, opsize, tcgint(t^._low.svalue), hregister);
end
@@ -720,7 +720,7 @@ implementation
gensub(tcgint(t^._low.svalue));
@@ -195,7 +195,7 @@ implementation
gensub(longint(int64(t^._low)));
@@ -182,7 +182,7 @@ implementation
@@ -257,7 +257,7 @@ implementation
cg.a_reg_alloc(current_asmdata.CurrAsmList, NR_DEFAULTFLAGS);
cg.a_op_const_reg(current_asmdata.CurrAsmList, OP_SUB, opcgsize, aint(t^._low.svalue), hregister);