mirror of https://github.com/xqemu/xqemu.git
Fix another collision in PowerPC instructions definitions.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3702 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4018bae916
commit
c8623f2e37
|
@ -499,7 +499,7 @@ enum {
|
||||||
PPC_MEM_EIEIO = 0x0000000100000000ULL,
|
PPC_MEM_EIEIO = 0x0000000100000000ULL,
|
||||||
|
|
||||||
/* Cache control instructions */
|
/* Cache control instructions */
|
||||||
PPC_CACHE = 0x00000002000000000ULL,
|
PPC_CACHE = 0x0000000200000000ULL,
|
||||||
/* icbi instruction */
|
/* icbi instruction */
|
||||||
PPC_CACHE_ICBI = 0x0000000400000000ULL,
|
PPC_CACHE_ICBI = 0x0000000400000000ULL,
|
||||||
/* dcbz instruction with fixed cache line size */
|
/* dcbz instruction with fixed cache line size */
|
||||||
|
|
Loading…
Reference in New Issue