diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-03 17:10:43 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-03 17:10:43 +0000 |
commit | 08ab123c2dba80cf6b7f0df563af14a7d902f759 (patch) | |
tree | 32e1eaa4342a653bf969bb8a1d88950a9844f5f4 /target-alpha | |
parent | fe834d041df9a14bcd965a3d2a2dc455c27b410e (diff) | |
download | qemu-08ab123c2dba80cf6b7f0df563af14a7d902f759.zip |
Avoid compiler warning.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2935 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/translate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-alpha/translate.c b/target-alpha/translate.c index 08e0624db9..77e3b4ec8d 100644 --- a/target-alpha/translate.c +++ b/target-alpha/translate.c @@ -232,10 +232,12 @@ GEN_ST(l_c); GEN_LD(q_l); GEN_ST(q_c); +#if 0 /* currently unused */ GEN_LD(f); GEN_ST(f); GEN_LD(g); GEN_ST(g); +#endif /* 0 */ GEN_LD(s); GEN_ST(s); GEN_LD(t); |