mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 16:09:27 +02:00
* fixed opcode in second_sqr_real
git-svn-id: trunk@32404 -
This commit is contained in:
parent
7ce34ac7d2
commit
7b93e40530
@ -199,7 +199,7 @@ implementation
|
|||||||
location.register:=hlcg.getfpuregister(current_asmdata.CurrAsmList,resultdef);
|
location.register:=hlcg.getfpuregister(current_asmdata.CurrAsmList,resultdef);
|
||||||
end;
|
end;
|
||||||
current_asmdata.CurrAsmList.concat(
|
current_asmdata.CurrAsmList.concat(
|
||||||
taillvm.op_reg_size_reg_reg(la_mul,
|
taillvm.op_reg_size_reg_reg(la_fmul,
|
||||||
location.register,resultdef,
|
location.register,resultdef,
|
||||||
left.location.register,left.location.register
|
left.location.register,left.location.register
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user