From: Igor V. Kovalenko Date: Thu, 7 Jan 2010 20:28:05 +0000 (+0300) Subject: sparc64: add PIL to cpu state dump X-Git-Tag: v0.13.0-rc0~1772 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68e8a3f05ae21c7217d39bba76e120cbbb956bbd;p=thirdparty%2Fqemu.git sparc64: add PIL to cpu state dump Signed-off-by: Igor V. Kovalenko Signed-off-by: Blue Swirl --- diff --git a/target-sparc/helper.c b/target-sparc/helper.c index a06923a8c1a..e80147488ea 100644 --- 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,