| Submitter | Alexander Graf |
|---|---|
| Date | Feb. 1, 2013, 12:53 a.m. |
| Message ID | <1359680011-5506-4-git-send-email-agraf@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/217316/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/target-ppc/translate.c b/target-ppc/translate.c index d96d1ed..2ac5794 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -9689,7 +9689,7 @@ static inline void gen_intermediate_code_internal(CPUPPCState *env, } LOG_DISAS("translate opcode %08x (%02x %02x %02x) (%s)\n", ctx.opcode, opc1(ctx.opcode), opc2(ctx.opcode), - opc3(ctx.opcode), little_endian ? "little" : "big"); + opc3(ctx.opcode), ctx.le_mode ? "little" : "big"); if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP | CPU_LOG_TB_OP_OPT))) { tcg_gen_debug_insn_start(ctx.nip); }