mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
tcg/i386: remove duplicate sar opcode
Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
91011d4f3b
commit
b785e4768b
1 changed files with 0 additions and 1 deletions
|
@ -1147,7 +1147,6 @@ static const TCGTargetOpDef x86_op_defs[] = {
|
|||
{ INDEX_op_shl_i32, { "r", "0", "ci" } },
|
||||
{ INDEX_op_shr_i32, { "r", "0", "ci" } },
|
||||
{ INDEX_op_sar_i32, { "r", "0", "ci" } },
|
||||
{ INDEX_op_sar_i32, { "r", "0", "ci" } },
|
||||
{ INDEX_op_rotl_i32, { "r", "0", "ci" } },
|
||||
{ INDEX_op_rotr_i32, { "r", "0", "ci" } },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue