linux-user/sparc: Handle unimplemented flush trap
commit81f04cd34ccd3dab6c796a5fbc439a8061b04ef3
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Feb 2023 05:45:14 +0000 (15 19:45 -1000)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 10 Mar 2023 19:45:47 +0000 (10 20:45 +0100)
tree217c933aeb803e5c49ea737b3c5728647de8ef09
parentc47d7c87bf1cc164306a6bf51d550e5f10bcca02
linux-user/sparc: Handle unimplemented flush trap

For sparc64, TT_UNIMP_FLUSH == TT_ILL_INSN, so this is
already handled.  For sparc32, the kernel uses SKIP_TRAP.

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