mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 23:40:14 +02:00
* use simpler FMOV instead of UMOV
This commit is contained in:
parent
7704fe9319
commit
ceab50cafb
@ -1238,7 +1238,7 @@ implementation
|
|||||||
r:=makeregsize(intreg,fromsize)
|
r:=makeregsize(intreg,fromsize)
|
||||||
else
|
else
|
||||||
r:=intreg;
|
r:=intreg;
|
||||||
list.concat(taicpu.op_reg_indexedreg(A_UMOV,r,mmreg,0));
|
list.concat(taicpu.op_reg_reg(A_FMOV,r,mmreg));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user