* fixed web bug #4058 (missing swapleftright for subtraction if overflow

checking is turned on)

git-svn-id: trunk@327 -
This commit is contained in:
Jonas Maebe 2005-06-09 20:17:40 +00:00
parent fe4e35d0cf
commit 2b4d3312f7

View File

@ -778,6 +778,8 @@ interface
subn :
begin
op:=OP_SUB;
if (nf_swaped in flags) then
swapleftright;
end;
ltn,lten,
gtn,gten,
@ -906,9 +908,6 @@ interface
end;
subn:
begin
if (nf_swaped in flags) then
swapleftright;
if left.location.loc <> LOC_CONSTANT then
begin
if (location.register64.reglo = NR_NO) then