Re: [Qemu-devel] [V3 PATCH 1/2] target-ppc: Fix target_disas

2014-04-09 Thread Peter Maydell
On 8 April 2014 20:26, Tom Musta wrote: > Inspect only bit 16 for the Little Endian test. Correct comment preceding > the target_disas() function. > > Signed-off-by: Tom Musta Reviewed-by: Peter Maydell

[Qemu-devel] [V3 PATCH 1/2] target-ppc: Fix target_disas

2014-04-08 Thread Tom Musta
Inspect only bit 16 for the Little Endian test. Correct comment preceding the target_disas() function. Signed-off-by: Tom Musta --- V2: new disas.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/disas.c b/disas.c index 79e6944..a427d18 100644 --- a/disas.c +++ b/