linux-user/sparc: Handle getcc, setcc, getpsr traps
commit6abc58eb9772aad23d12c4c43dda7713576b58ac
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Feb 2023 05:45:10 +0000 (15 19:45 -1000)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 10 Mar 2023 19:45:47 +0000 (10 20:45 +0100)
treeb4f4b4430599faffb8e58ac8326f06fbc0eae574
parent0908007f76bd3af297e6abdf6edb83a18b0938e0
linux-user/sparc: Handle getcc, setcc, getpsr traps

These are really only meaningful for sparc32, but they're
still present for backward compatibility for sparc64.

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