Skip to content
Commit 87589f08 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

[POWERPC] Correct masks used in emulating some instructions



When we get an illegal instruction exception, we check to see whether
the instruction is one that we emulate for the user program.  Some of
the masks we use in checking whether the offending instruction is one
we care about didn't have the top bit set, which is the MSB of the
major opcode.  Thus some undefined opcodes could get emulated as other
(defined but unimplemented) instructions.  This corrects the masks.

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent be9633e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment