mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
Remove stray "i" from mul_i64
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4933 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
810260a8f3
commit
1d58ee9f3b
1 changed files with 1 additions and 1 deletions
|
@ -1383,7 +1383,7 @@ static const TCGTargetOpDef ppc_op_defs[] = {
|
|||
{ INDEX_op_shr_i64, { "r", "r", "r" } },
|
||||
{ INDEX_op_sar_i64, { "r", "r", "r" } },
|
||||
|
||||
{ INDEX_op_mul_i64, { "r", "r", "ri" } },
|
||||
{ INDEX_op_mul_i64, { "r", "r", "r" } },
|
||||
{ INDEX_op_div_i64, { "r", "r", "r" } },
|
||||
{ INDEX_op_divu_i64, { "r", "r", "r" } },
|
||||
{ INDEX_op_rem_i64, { "r", "r", "r" } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue