mirror of https://gitee.com/openkylin/qemu.git
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:
parent
ff8263a951
commit
bc380d1719
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue