Another bit of nicer debug output.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 11 May 2007 10:43:55 +0000 (10:43 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 11 May 2007 10:43:55 +0000 (10:43 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2803 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/translate.c

index 8114178cf782f9763391cd5b0270c694a2f2bf7b..94fce57a32151811e1501f37983a870aeaa5c87f 100644 (file)
@@ -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: