Commit 287c4b84f49d86176f9fd2ea7d06872dd8c1f2ca

Authored by ths
1 parent fbcc6828

Another bit of nicer debug output.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2803 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-mips/translate.c
@@ -4163,7 +4163,7 @@ die: @@ -4163,7 +4163,7 @@ die:
4163 4163
4164 static void gen_cp0 (DisasContext *ctx, uint32_t opc, int rt, int rd) 4164 static void gen_cp0 (DisasContext *ctx, uint32_t opc, int rt, int rd)
4165 { 4165 {
4166 - const char *opn = "unk"; 4166 + const char *opn = "ldst";
4167 4167
4168 switch (opc) { 4168 switch (opc) {
4169 case OPC_MFC0: 4169 case OPC_MFC0: