mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-26 07:40:37 +01:00
* fix for OP_ROR in tcgavr.a_op_reg_reg_internal
git-svn-id: trunk@44749 -
(cherry picked from commit 599b7e80c0)
This commit is contained in:
parent
9872a8a57a
commit
34eb9ade91
@ -730,7 +730,7 @@ unit cgcpu;
|
||||
if not(size in [OS_8,OS_S8]) then
|
||||
begin
|
||||
list.concat(taicpu.op_none(A_CLC));
|
||||
list.concat(taicpu.op_reg_const(A_SBRC,src,0));
|
||||
list.concat(taicpu.op_reg_const(A_SBRC,dst,0));
|
||||
list.concat(taicpu.op_none(A_SEC));
|
||||
end;
|
||||
list.concat(taicpu.op_reg(A_ROR,GetOffsetReg64(dst,dsthi,tcgsize2size[size]-1)));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user