Re: [Qemu-devel] [PATCH] PPC: Fix rldcl

2013-05-06 Thread Aurelien Jarno
On Mon, May 06, 2013 at 07:53:07PM +0200, Alexander Graf wrote: > The implementation for rldcl tried to always fetch its > parameters from the opcode, even though the opcode was > already passed in in decoded and different forms. > > Use the parameters instead, fixing rldcl. > > Reported-by: Torb

[Qemu-devel] [PATCH] PPC: Fix rldcl

2013-05-06 Thread Alexander Graf
The implementation for rldcl tried to always fetch its parameters from the opcode, even though the opcode was already passed in in decoded and different forms. Use the parameters instead, fixing rldcl. Reported-by: Torbjorn Granlund Signed-off-by: Alexander Graf --- target-ppc/translate.c |