projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe834d0
)
Avoid compiler warning.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 3 Jun 2007 17:10:43 +0000
(17:10 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 3 Jun 2007 17:10:43 +0000
(17:10 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2935
c046a42c
-6fe2-441c-8c8c-
71466251a162
target-alpha/translate.c
patch
|
blob
|
history
diff --git
a/target-alpha/translate.c
b/target-alpha/translate.c
index 08e0624db9d01818fc555c9c12085f419900aab8..77e3b4ec8d1c6d1e03920864bd88ba12cb255490 100644
(file)
--- 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);