ARM VFP dump fix (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1432 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-05-13 22:50:47 +00:00
parent ff8263a951
commit bc380d1719
1 changed files with 1 additions and 1 deletions

View File

@ -2191,7 +2191,7 @@ void cpu_dump_state(CPUState *env, FILE *f,
int flags)
{
int i;
struct {
union {
uint32_t i;
float s;
} s0, s1;