diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-05-20 16:28:36 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-06-03 16:43:25 +0100 |
commit | 300137965dbacec02eb2e26b3c6763b491d1f1b2 (patch) | |
tree | 810973e576bbcf72e9f22cb6192135f11c8c9376 /block/commit.c | |
parent | 7e435b9ea645b370aa32364fa22f8e4cd9e7d9ec (diff) | |
download | qemu-300137965dbacec02eb2e26b3c6763b491d1f1b2.zip qemu-300137965dbacec02eb2e26b3c6763b491d1f1b2.tar.gz qemu-300137965dbacec02eb2e26b3c6763b491d1f1b2.tar.bz2 |
target/arm: Fix return values in fp_sysreg_checks()
The fp_sysreg_checks() function is supposed to be returning an
FPSysRegCheckResult, which is an enum with three possible values.
However, three places in the function "return false" (a hangover from
a previous iteration of the design where the function just returned a
bool). Make these return FPSysRegCheckFailed instead (for no
functional change, since both false and FPSysRegCheckFailed are
zero).
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210520152840.24453-6-peter.maydell@linaro.org
Diffstat (limited to 'block/commit.c')
0 files changed, 0 insertions, 0 deletions