PPC: Fix rldclppc-next
commit3c84a91f5a1decfb3ade9599c01fff3be81f0363
authorAlexander Graf <agraf@suse.de>
Mon, 6 May 2013 17:49:43 +0000 (6 19:49 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 6 May 2013 22:13:01 +0000 (7 00:13 +0200)
tree030f069dd1c6d8dd5b3b644fcc8cb14d8ebf0b4a
parent9ded316d40ecaca487c70ac49fa9fec026562638
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