linux-user/arm: Do not fill in si_code for fpa11 exceptions
commit0a50285ee8bf471936325f5ccd870752d2a038cb
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 23 Apr 2021 16:54:12 +0000 (23 09:54 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:38:45 +0000 (15 21:38 +0200)
tree82b654c26f6c8934ac93fb61aa1761bc18583dbd
parentd827f6d5fdb0826e17c80f63547c5c2dee3f0fac
linux-user/arm: Do not fill in si_code for fpa11 exceptions

There is no such decoding in linux/arch/arm/nwfpe/fpmodule.c.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20210423165413.338259-4-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/arm/cpu_loop.c