projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1c1396
)
Silence compiler warning.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 3 Jul 2008 16:40:06 +0000
(16:40 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 3 Jul 2008 16:40:06 +0000
(16:40 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4839
c046a42c
-6fe2-441c-8c8c-
71466251a162
target-arm/translate.c
patch
|
blob
|
history
diff --git
a/target-arm/translate.c
b/target-arm/translate.c
index
2831432
..
e03de44
100644
(file)
--- a/
target-arm/translate.c
+++ b/
target-arm/translate.c
@@
-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++) {