diff --git a/sim/mips/gencode.c b/sim/mips/gencode.c index 4f7a32703a7..23a52404359 100644 --- a/sim/mips/gencode.c +++ b/sim/mips/gencode.c @@ -2022,7 +2022,7 @@ build_instruction (doisa, features, mips16, insn) printf(" int byte;\n"); printf(" paddr = ((paddr & ~mask) | ((paddr & mask) ^ reverse));\n"); printf(" byte = ((vaddr & mask) ^ bigend);\n"); - printf(" if (%s!ByteSwapMem)\n",((insn->flags & LEFT) ? "!" : "")); + printf(" if (%sBigEndianCPU)\n",((insn->flags & LEFT) ? "!" : "")); printf(" paddr &= ~mask;\n"); if (isload) {