diff options
| author | Paul Mackerras <[email protected]> | 2006-08-23 16:58:39 +1000 |
|---|---|---|
| committer | Paul Mackerras <[email protected]> | 2006-08-23 16:58:39 +1000 |
| commit | 87589f08beaec3e1f8a3af0c72406c845f706821 (patch) | |
| tree | 4402e8dc8fa204c0484fe0741eb09710f2be5bab /scripts | |
| parent | be9633e96a9e33ab97776bb6874244fa4db6987d (diff) | |
[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: Paul Mackerras <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions