From 2637004698a1cabdaa8dc7ad57494f6ea945a546 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Sun, 14 Dec 2008 11:12:20 +0000 Subject: [PATCH] target-ppc: fix mbar opcode Signed-off-by: Nathan Froyd Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6027 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-ppc/translate.c b/target-ppc/translate.c index afe0265612..69801d0433 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -6049,7 +6049,7 @@ GEN_HANDLER(dlmzb, 0x1F, 0x0E, 0x02, 0x00000000, PPC_440_SPEC) } /* mbar replaces eieio on 440 */ -GEN_HANDLER(mbar, 0x1F, 0x16, 0x13, 0x001FF801, PPC_BOOKE) +GEN_HANDLER(mbar, 0x1F, 0x16, 0x1a, 0x001FF801, PPC_BOOKE) { /* interpreted as no-op */ }