OSDN Git Service

tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].
authorHuw Davies <huw@codeweavers.com>
Thu, 13 Feb 2014 10:26:46 +0000 (10:26 +0000)
committerRichard Henderson <rth@twiddle.net>
Mon, 17 Feb 2014 16:12:08 +0000 (10:12 -0600)
commit7a3a00979d9dfe2aaa66ce5fc68cd161b4f900ba
treed907de4e947f6315fa44fdc2d8ea0ecea18c8c89
parentf6aa2f7dee920f6f06fefe122cf2a58cabe3cac0
tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].

It's this that should be subtracted from 0x20 when converting to a right rotate.

Cc: qemu-stable@nongnu.org
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/arm/tcg-target.c