Commit fd501a05c6024f1d0c8963c139093848465b3aba

Authored by aurel32
1 parent cfa2af1f

PPC: fix isel opcode decoding

(Tristan Gingold)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4345 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-ppc/translate.c
@@ -1119,7 +1119,7 @@ GEN_HANDLER(cmpli, 0x0A, 0xFF, 0xFF, 0x00400000, PPC_INTEGER) @@ -1119,7 +1119,7 @@ GEN_HANDLER(cmpli, 0x0A, 0xFF, 0xFF, 0x00400000, PPC_INTEGER)
1119 } 1119 }
1120 1120
1121 /* isel (PowerPC 2.03 specification) */ 1121 /* isel (PowerPC 2.03 specification) */
1122 -GEN_HANDLER(isel, 0x1F, 0x0F, 0x00, 0x00000001, PPC_ISEL) 1122 +GEN_HANDLER(isel, 0x1F, 0x0F, 0xFF, 0x00000001, PPC_ISEL)
1123 { 1123 {
1124 uint32_t bi = rC(ctx->opcode); 1124 uint32_t bi = rC(ctx->opcode);
1125 uint32_t mask; 1125 uint32_t mask;