提交 06e80fc9 编写于 作者: T ths

Silence compiler warning.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4839 c046a42c-6fe2-441c-8c8c-71466251a162
上级 75818250
......@@ -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++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册