Silence compiler warning.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4839 c046a42c-6fe2-441c-8c8c-71466251a162
master
ths 2008-07-03 16:40:06 +00:00
parent 75818250ba
commit 06e80fc927
1 changed files with 2 additions and 0 deletions

View File

@ -8808,6 +8808,7 @@ void cpu_dump_state(CPUState *env, FILE *f,
int flags)
{
int i;
#if 0
union {
uint32_t i;
float s;
@ -8819,6 +8820,7 @@ void cpu_dump_state(CPUState *env, FILE *f,
float64 f64;
double d;
} d0;
#endif
uint32_t psr;
for(i=0;i<16;i++) {