diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-11 10:43:55 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-11 10:43:55 +0000 |
commit | 287c4b84f49d86176f9fd2ea7d06872dd8c1f2ca (patch) | |
tree | aa33a1f8f0afc5dae40d455b9df1009812407bd0 /target-mips | |
parent | fbcc68286a427fe75e7af98d28dee92c71ba0cb5 (diff) |
Another bit of nicer debug output.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2803 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/translate.c | 2 |
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: |