On 10/30/18 4:55 PM, Laurent Vivier wrote: > Coldfire defines an "Unsupported instruction" exception if execution > of a valid instruction is attempted but the required hardware is not > present in the processor. > > We use it with instructions that are in fact undefined or illegal, > and the exception expected in this case by the kernel is the > illegal exception, so this patch fixes that. > > Signed-off-by: Laurent Vivier <laur...@vivier.eu> > --- > linux-user/m68k/cpu_loop.c | 1 - > target/m68k/cpu.h | 1 - > target/m68k/translate.c | 6 +++--- > 3 files changed, 3 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~