mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-25 02:25:40 +00:00
26d8891d1b
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. Backports commit b9f8e55bf7e994e192ab7360830731580384b813 from qemu |
||
---|---|---|
.. | ||
cpu-qom.h | ||
cpu.c | ||
cpu.h | ||
fpu_helper.c | ||
helper.c | ||
helper.h | ||
Makefile.objs | ||
op_helper.c | ||
qregs.def | ||
softfloat.c | ||
softfloat.h | ||
softfloat_fpsp_tables.h | ||
translate.c | ||
unicorn.c | ||
unicorn.h |