diff --git a/target-mips/translate.c b/target-mips/translate.c index 8114178cf7..94fce57a32 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -4163,7 +4163,7 @@ die: static void gen_cp0 (DisasContext *ctx, uint32_t opc, int rt, int rd) { - const char *opn = "unk"; + const char *opn = "ldst"; switch (opc) { case OPC_MFC0: