mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
tcg/ppc: Fix typo
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
63e6f31d1b
commit
98b8d951dc
1 changed files with 1 additions and 1 deletions
|
@ -1575,7 +1575,7 @@ static void tcg_out_op(TCGContext *s, int opc, const TCGArg *args,
|
|||
case INDEX_op_rotr_i32:
|
||||
if (const_args[2]) {
|
||||
if (!args[2]) {
|
||||
tcg_out_mov (s, args[0], args[2]);
|
||||
tcg_out_mov (s, args[0], args[1]);
|
||||
}
|
||||
else {
|
||||
tcg_out32 (s, RLWINM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue