Commit 2637004698a1cabdaa8dc7ad57494f6ea945a546

Authored by aurel32
1 parent 6ad7365a

target-ppc: fix mbar opcode

Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6027 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-ppc/translate.c
... ... @@ -6049,7 +6049,7 @@ GEN_HANDLER(dlmzb, 0x1F, 0x0E, 0x02, 0x00000000, PPC_440_SPEC)
6049 6049 }
6050 6050  
6051 6051 /* mbar replaces eieio on 440 */
6052   -GEN_HANDLER(mbar, 0x1F, 0x16, 0x13, 0x001FF801, PPC_BOOKE)
  6052 +GEN_HANDLER(mbar, 0x1F, 0x16, 0x1a, 0x001FF801, PPC_BOOKE)
6053 6053 {
6054 6054 /* interpreted as no-op */
6055 6055 }
... ...