]> git.ipfire.org Git - thirdparty/qemu.git/commit - target/sparc/translate.c
target/sparc: Clear cexc and ftt in do_check_ieee_exceptions
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 3 Nov 2023 17:38:36 +0000 (10:38 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Feb 2024 06:46:10 +0000 (16:46 +1000)
commitefeb8b07502570aa133a87f7430dd919a9f5c37a
treee76b706969ee515174f28bf825e56f7fe859e513
parent49bb972513ced00ac772c282246f3b46e3cd75c3
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>
target/sparc/fop_helper.c
target/sparc/translate.c