]> git.proxmox.com Git - qemu.git/commit
PPC: Fix rldcl
authorAlexander Graf <agraf@suse.de>
Mon, 6 May 2013 17:49:43 +0000 (19:49 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 8 May 2013 18:23:20 +0000 (20:23 +0200)
commit554ecc5774badd181458fe3d6a1624c2ede9f04e
tree761735ce3d7bed6ac0ecb629035c6fc89dc89c30
parentc0f5f9ce86ddca0a7d7ca60012059a5a18aa9c07
PPC: Fix rldcl

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 <tg@gmplib.org>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c