commit | cf213dacf8d9bc37889aeaebc781f5f55d705f0d | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Jun 01 18:33:48 2022 -0700 |
committer | Laurent Vivier <laurent@vivier.eu> | Thu Jun 02 09:35:02 2022 +0200 |
tree | 7c25ed668fda6f9ec0fc2195888f364e6b05c588 | |
parent | eeb8f7b0f84f86b5fa1e17aed851d758e1c7ee0f [diff] |
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>