Commit c8623f2e37ebbdde8bc6213540ebe5b6f1c6747a

Authored by j_mayer
1 parent 4018bae9

Fix another collision in PowerPC instructions definitions.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3702 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-ppc/translate.c
... ... @@ -499,7 +499,7 @@ enum {
499 499 PPC_MEM_EIEIO = 0x0000000100000000ULL,
500 500  
501 501 /* Cache control instructions */
502   - PPC_CACHE = 0x00000002000000000ULL,
  502 + PPC_CACHE = 0x0000000200000000ULL,
503 503 /* icbi instruction */
504 504 PPC_CACHE_ICBI = 0x0000000400000000ULL,
505 505 /* dcbz instruction with fixed cache line size */
... ...