mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-26 22:25:12 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue