projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbcc682
)
Another bit of nicer debug output.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 11 May 2007 10:43:55 +0000
(10:43 +0000)
committer
ths
<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
patch
|
blob
|
history
diff --git
a/target-mips/translate.c
b/target-mips/translate.c
index 8114178cf782f9763391cd5b0270c694a2f2bf7b..94fce57a32151811e1501f37983a870aeaa5c87f 100644
(file)
--- 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: