* [Qemu-devel] [patch] Arm vfp register dumping bug
@ 2005-05-10 22:34 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2005-05-10 22:34 UTC (permalink / raw)
To: qemu-devel
The patch below fixes a bug in the dumping of arm VFP register variables.
Paul
Index: target-arm/translate.c
===================================================================
RCS file: /cvsroot/qemu/qemu/target-arm/translate.c,v
retrieving revision 1.24
diff -u -p -r1.24 translate.c
--- target-arm/translate.c 27 Apr 2005 20:25:20 -0000 1.24
+++ target-arm/translate.c 10 May 2005 22:05:57 -0000
@@ -2196,7 +2196,7 @@ void cpu_dump_state(CPUState *env, FILE
int flags)
{
int i;
- struct {
+ union {
uint32_t i;
float s;
} s0, s1;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-10 22:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-10 22:34 [Qemu-devel] [patch] Arm vfp register dumping bug Paul Brook
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.