Skip to content
Commit 0123d3cb authored by BALATON Zoltan's avatar BALATON Zoltan Committed by David Gibson
Browse files

target/ppc: Relax reserved bitmask of indexed store instructions



The PPC440 User Manual says that if bit 31 is set, the contents of
CR[CR0] are undefined for indexed store instructions but this form is
not invalid. Other PPC variants confirming to recent ISA where this
bit may be reserved should ignore reserved bits and not raise invalid
instruction exception. In particular, MorphOS has an stwx instruction
with bit 31 set and fails to boot currently because of this. With this
patch it gets further.

Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 2a8ceefc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment