* fixed missing swapleftright in case of substracting unsigned numbers

with overflow checking turned on

git-svn-id: trunk@6818 -
This commit is contained in:
Jonas Maebe 2007-03-13 12:57:06 +00:00
parent 1205d05ba4
commit 1580e046ed

View File

@ -325,6 +325,8 @@ begin
end;
subn:
begin
if (nf_swapped in flags) then
swapleftright;
current_asmdata.CurrAsmList.concat(taicpu.op_reg_reg_reg(A_SUB, location.register,
left.location.register, right.location.register));
current_asmdata.CurrAsmList.concat(taicpu.op_reg_reg(A_CMPLD,