target/m68k: Fix stack frame for EXCP_ILLEGAL
commita1aedd6cbdec67c1d47d961144285f4b95af5fc0
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 2 Jun 2022 01:33:53 +0000 (1 18:33 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 2 Jun 2022 07:35:02 +0000 (2 09:35 +0200)
treeb66e16714b073bf596c9dc3ebd791c1c9e5f7517
parent8115fc9368e41f91a8bc27a78c2840beda989cb5
target/m68k: Fix stack frame for EXCP_ILLEGAL

According to the M68040 Users Manual, section 8.4.1, Four word
stack frame (format 0), includes Illegal Instruction.  Use the
correct frame format, which does not use the ADDR argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220602013401.303699-10-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/m68k/op_helper.c