On 3/15/23 11:16, Laurent Vivier wrote:
I've tested tests/tcg/m68k/excp-address.c on a real hardware (Q800), and the result
differs from the one from QEMU:
On Q800 (etch m68k, kernel 5.14.0):
$ ./excp-address
Illegal instruction
$ strace ./excp-address
...
rt_sigaction(SIGBUS, {0x8478, [],
Le 09/03/2023 à 21:16, Richard Henderson a écrit :
This exception can be raised by illegal instructions.
Signed-off-by: Richard Henderson
---
linux-user/m68k/cpu_loop.c | 5 -
tests/tcg/m68k/excp-address.c | 32
tests/tcg/m68k/Makefile.target | 1
This exception can be raised by illegal instructions.
Signed-off-by: Richard Henderson
---
linux-user/m68k/cpu_loop.c | 5 -
tests/tcg/m68k/excp-address.c | 32
tests/tcg/m68k/Makefile.target | 1 +
3 files changed, 37 insertions(+), 1 deletion(-)
cre