* [Qemu-devel] [4916] Fix logging output for MIPS HI, LO registers, by Stefan Weil.
@ 2008-07-21 7:46 Thiemo Seufer
0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-07-21 7:46 UTC (permalink / raw)
To: qemu-devel
Revision: 4916
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4916
Author: ths
Date: 2008-07-21 07:46:03 +0000 (Mon, 21 Jul 2008)
Log Message:
-----------
Fix logging output for MIPS HI, LO registers, by Stefan Weil.
Modified Paths:
--------------
trunk/target-mips/translate.c
Modified: trunk/target-mips/translate.c
===================================================================
--- trunk/target-mips/translate.c 2008-07-20 19:13:19 UTC (rev 4915)
+++ trunk/target-mips/translate.c 2008-07-21 07:46:03 UTC (rev 4916)
@@ -8694,7 +8694,8 @@
int i;
cpu_fprintf(f, "pc=0x" TARGET_FMT_lx " HI=0x" TARGET_FMT_lx " LO=0x" TARGET_FMT_lx " ds %04x " TARGET_FMT_lx " %d\n",
- env->active_tc.PC, env->active_tc.HI, env->active_tc.LO, env->hflags, env->btarget, env->bcond);
+ env->active_tc.PC, env->active_tc.HI[0], env->active_tc.LO[0],
+ env->hflags, env->btarget, env->bcond);
for (i = 0; i < 32; i++) {
if ((i & 3) == 0)
cpu_fprintf(f, "GPR%02d:", i);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-21 7:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-21 7:46 [Qemu-devel] [4916] Fix logging output for MIPS HI, LO registers, by Stefan Weil Thiemo Seufer
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).