mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 02:14:24 +00:00
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 flags)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
struct {
|
union {
|
||||||
uint32_t i;
|
uint32_t i;
|
||||||
float s;
|
float s;
|
||||||
} s0, s1;
|
} s0, s1;
|
||||||
|
Loading…
Reference in New Issue
Block a user