-
Jon Medhurst authored
The instruction decoding in space_cccc_000x needs to reject probing of instructions with undefined patterns as they may in future become defined and then emulated faultily - as has already happened with the SMC instruction. This fix is achieved by testing for the instruction patterns we want to probe and making the the default fall-through paths reject probes. This also allows us to remove some explicit tests for instructions that we wish to reject, as that is now the default action. Signed-off-by:
Jon Medhurst <tixy@yxit.co.uk> Signed-off-by:
Nicolas Pitre <nicolas.pitre@linaro.org>
f704a6e2