target/alpha: Do not mix exception flags and FPCR bits
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 11 Feb 2025 16:15:26 +0000 (17:15 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 6 Mar 2025 14:46:18 +0000 (15:46 +0100)
commit35487a6dc0e53b998217b0963d10c18e84c5bb28
treeba390049f7caaa949d8cb8fad5a13e5338378556
parent2101c85aeab4236c7b569bcf4ccaaecf318c231d
target/alpha: Do not mix exception flags and FPCR bits

get_float_exception_flags() returns exception flags,
which are distinct from the FPCR bits used as error code.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250211162604.83446-1-philmd@linaro.org>
target/alpha/fpu_helper.c