aboutsummaryrefslogtreecommitdiff
path: root/fpu
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2022-04-01 12:46:35 -0600
committerRichard Henderson <richard.henderson@linaro.org>2022-04-26 19:59:51 -0700
commit0cbc135917141053c80480fefbe55f70bb3b1562 (patch)
treee7e899bc89f1b6d5aee2e412928bcc72a8b239fc /fpu
parent21641ee5a9b31568c990c7fc949eeb9bcd0f6a0f (diff)
target/i386: Suppress coverity warning on fsave/frstor
Coverity warns that 14 << data32 may overflow with respect to the target_ulong to which it is subsequently added. We know this wasn't true because data32 is in [1,2], but the suggested fix is perfectly fine. Fixes: Coverity CID 1487135, 1487256 Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Damien Hedde <damien.hedde@greensocs.com> Message-Id: <20220401184635.327423-1-richard.henderson@linaro.org>
Diffstat (limited to 'fpu')
0 files changed, 0 insertions, 0 deletions