PPC: fix isel opcode decoding
(Tristan Gingold) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4345 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
cfa2af1fe1
commit
fd501a05c6
@ -1119,7 +1119,7 @@ GEN_HANDLER(cmpli, 0x0A, 0xFF, 0xFF, 0x00400000, PPC_INTEGER)
|
||||
}
|
||||
|
||||
/* isel (PowerPC 2.03 specification) */
|
||||
GEN_HANDLER(isel, 0x1F, 0x0F, 0x00, 0x00000001, PPC_ISEL)
|
||||
GEN_HANDLER(isel, 0x1F, 0x0F, 0xFF, 0x00000001, PPC_ISEL)
|
||||
{
|
||||
uint32_t bi = rC(ctx->opcode);
|
||||
uint32_t mask;
|
||||
|
Loading…
Reference in New Issue
Block a user