mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* fixed another missing swapleftright for subn
git-svn-id: trunk@557 -
This commit is contained in:
parent
cefa8ce9b9
commit
d27fa6d0b3
@ -1429,6 +1429,8 @@ interface
|
||||
end;
|
||||
subn:
|
||||
begin
|
||||
if nf_swaped in flags then
|
||||
swapleftright;
|
||||
exprasmlist.concat(taicpu.op_reg_reg_reg(A_SUB,location.register,
|
||||
left.location.register,right.location.register));
|
||||
exprasmlist.concat(taicpu.op_reg_reg(A_CMPLW,left.location.register,location.register));
|
||||
|
Loading…
Reference in New Issue
Block a user