commit | efeb8b07502570aa133a87f7430dd919a9f5c37a | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Nov 03 10:38:36 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Feb 03 16:46:10 2024 +1000 |
tree | e76b706969ee515174f28bf825e56f7fe859e513 | |
parent | 49bb972513ced00ac772c282246f3b46e3cd75c3 [diff] |
target/sparc: Clear cexc and ftt in do_check_ieee_exceptions Don't do the clearing explicitly before each FPop, rather do it as part of the rest of exception handling. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Message-Id: <20231103173841.33651-18-richard.henderson@linaro.org>