aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target-mips/translate.c2
1 files changed, 1 insertions, 1 deletions
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: