linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15
commitcf213dacf8d9bc37889aeaebc781f5f55d705f0d
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 2 Jun 2022 01:33:48 +0000 (1 18:33 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 2 Jun 2022 07:35:02 +0000 (2 09:35 +0200)
tree7c25ed668fda6f9ec0fc2195888f364e6b05c588
parenteeb8f7b0f84f86b5fa1e17aed851d758e1c7ee0f
linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15

These are raised by guest instructions, and should not
fall through into the default abort case.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220602013401.303699-5-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/m68k/cpu_loop.c