projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8695e
)
sparc64: add PIL to cpu state dump
author
Igor V. Kovalenko
<igor.v.kovalenko@gmail.com>
Thu, 7 Jan 2010 20:28:05 +0000
(23:28 +0300)
committer
Blue Swirl
<blauwirbel@gmail.com>
Fri, 8 Jan 2010 17:13:20 +0000
(17:13 +0000)
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/helper.c
patch
|
blob
|
history
diff --git
a/target-sparc/helper.c
b/target-sparc/helper.c
index a06923a8c1a30e8fde28b541a67975e66f469292..e80147488ea5834e781662129ece4231f044084f 100644
(file)
--- a/
target-sparc/helper.c
+++ b/
target-sparc/helper.c
@@
-1452,6
+1452,7
@@
void cpu_dump_state(CPUState *env, FILE *f,
#ifdef TARGET_SPARC64
cpu_fprintf(f, "pstate: 0x%08x ccr: 0x%02x asi: 0x%02x tl: %d fprs: %d\n",
env->pstate, GET_CCR(env), env->asi, env->tl, env->fprs);
+ cpu_fprintf(f, "pil=%x\n", env->psrpil);
cpu_fprintf(f, "cansave: %d canrestore: %d otherwin: %d wstate %d "
"cleanwin %d cwp %d\n",
env->cansave, env->canrestore, env->otherwin, env->wstate,