Re: [Qemu-devel] [QEMU PATCH] microblaze: translate.c: Fix swaph decoding

2012-11-09 Thread Edgar E. Iglesias
On Thu, Nov 08, 2012 at 02:01:19PM +1000, Peter Crosthwaite wrote: > The swaph instruction was not decoding correctly. s/1e1/1e2 on the > 9 LSBs on the instruction decode. > > Reported-by: David Holsgrove > Signed-off-by: Peter Crosthwaite > --- > target-microblaze/translate.c |2 +- > 1 fi

[Qemu-devel] [QEMU PATCH] microblaze: translate.c: Fix swaph decoding

2012-11-07 Thread Peter Crosthwaite
The swaph instruction was not decoding correctly. s/1e1/1e2 on the 9 LSBs on the instruction decode. Reported-by: David Holsgrove Signed-off-by: Peter Crosthwaite --- target-microblaze/translate.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-microblaze/transl