target-ppc: Fix target_disas
authorTom Musta <tommusta@gmail.com>
Wed, 9 Apr 2014 19:53:23 +0000 (14:53 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:26 +0000 (13:24 +0200)
commite13951f8962a069d3172c1bd22f44a4cf5d2c1c9
tree9b8cc62bf03e3e6953139c460df4b2cf2be989d4
parent0bbac62618356794097b99a9b8b7634357170b03
target-ppc: Fix target_disas

Inspect only bit 16 for the Little Endian test.  Correct comment preceding
the target_disas() function.  Correct grammar in comment for flags processing.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
disas.c