summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-19 01:48:51 +0000
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-19 01:48:51 +0000
commitc8623f2e37ebbdde8bc6213540ebe5b6f1c6747a (patch)
tree4ae68de0a6aee79a95c56fd3eddfe73507bf4073
parent4018bae91649e8e38e371dc00cb5ac8f9e40089e (diff)
downloadfocaccia-qemu-c8623f2e37ebbdde8bc6213540ebe5b6f1c6747a.tar.gz
focaccia-qemu-c8623f2e37ebbdde8bc6213540ebe5b6f1c6747a.zip
Fix another collision in PowerPC instructions definitions.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3702 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--target-ppc/translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/translate.c b/target-ppc/translate.c
index a6e33eb035..d7d5db26e5 100644
--- a/target-ppc/translate.c
+++ b/target-ppc/translate.c
@@ -499,7 +499,7 @@ enum {
     PPC_MEM_EIEIO      = 0x0000000100000000ULL,
 
     /* Cache control instructions                                            */
-    PPC_CACHE          = 0x00000002000000000ULL,
+    PPC_CACHE          = 0x0000000200000000ULL,
     /*   icbi instruction                                                    */
     PPC_CACHE_ICBI     = 0x0000000400000000ULL,
     /*   dcbz instruction with fixed cache line size                         */