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;


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to