* [Qemu-devel] [6031] target-ppc: display FPSCR in register dump
@ 2008-12-14 18:40 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-12-14 18:40 UTC (permalink / raw)
To: qemu-devel
Revision: 6031
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6031
Author: aurel32
Date: 2008-12-14 18:40:49 +0000 (Sun, 14 Dec 2008)
Log Message:
-----------
target-ppc: display FPSCR in register dump
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-ppc/translate.c
Modified: trunk/target-ppc/translate.c
===================================================================
--- trunk/target-ppc/translate.c 2008-12-14 17:30:18 UTC (rev 6030)
+++ trunk/target-ppc/translate.c 2008-12-14 18:40:49 UTC (rev 6031)
@@ -7651,6 +7651,7 @@
if ((i & (RFPL - 1)) == (RFPL - 1))
cpu_fprintf(f, "\n");
}
+ cpu_fprintf(f, "FPSCR %08x\n", env->fpscr);
#if !defined(CONFIG_USER_ONLY)
cpu_fprintf(f, "SRR0 " ADDRX " SRR1 " ADDRX " SDR1 " ADDRX "\n",
env->spr[SPR_SRR0], env->spr[SPR_SRR1], env->sdr1);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-14 18:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-14 18:40 [Qemu-devel] [6031] target-ppc: display FPSCR in register dump Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).