mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 21:48:35 +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)
|
||||
else
|
||||
r:=intreg;
|
||||
list.concat(taicpu.op_reg_indexedreg(A_UMOV,r,mmreg,0));
|
||||
list.concat(taicpu.op_reg_reg(A_FMOV,r,mmreg));
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user