mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
* arm thumb does not support ror reg1,reg2,#imm
git-svn-id: trunk@25355 -
This commit is contained in:
parent
950194678a
commit
f34bee1df7
@ -4052,7 +4052,7 @@ unit cgcpu;
|
||||
list.concat(taicpu.op_reg_reg_const(op_reg_reg_opcg2asmop[op],dst,dst,imm2));
|
||||
end
|
||||
{$endif DUMMY}
|
||||
else if (op in [OP_SHL, OP_SHR, OP_SAR, OP_ROR]) then
|
||||
else if (op in [OP_SHL, OP_SHR, OP_SAR]) then
|
||||
begin
|
||||
list.concat(taicpu.op_reg_reg_const(op_reg_opcg2asmop[op],dst,dst,a));
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user