From 98b8d951dc5bcb94eaa309fbd362d2bb438d3ed6 Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 23 Feb 2010 00:50:03 +0300 Subject: [PATCH] tcg/ppc: Fix typo Signed-off-by: malc --- tcg/ppc/tcg-target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcg/ppc/tcg-target.c b/tcg/ppc/tcg-target.c index 31101c86e0..96cc461900 100644 --- a/tcg/ppc/tcg-target.c +++ b/tcg/ppc/tcg-target.c @@ -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 -- 2.11.4.GIT