commit | 35487a6dc0e53b998217b0963d10c18e84c5bb28 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Feb 11 17:15:26 2025 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Mar 06 15:46:18 2025 +0100 |
tree | ba390049f7caaa949d8cb8fad5a13e5338378556 | |
parent | 2101c85aeab4236c7b569bcf4ccaaecf318c231d [diff] |
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>