Fix disassembly in the QEMU monitor for Little Endian codes. Also fix the comment and tighten up a flag check in the closely related disassembler code for tracing.
V2: Fixed target_disas comment and bit decoding. V3: Make monitor_disas flag documentation refer to target_disas documentation. Tom Musta (2): target-ppc: Fix target_disas monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode disas.c | 19 +++++++++++++++---- monitor.c | 4 ++++ 2 files changed, 19 insertions(+), 4 deletions(-)