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: TizenStudio_2.0_p2.3~6068 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0d7135164c9eca714dfc21cf5e0e4f79e2a1ad7;p=sdk%2Femulator%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 a06923a..e801474 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,