summaryrefslogtreecommitdiffstats
path: root/target/avr
diff options
context:
space:
mode:
authorXiaojuan Yang2022-07-15 08:07:39 +0200
committerRichard Henderson2022-07-19 18:23:58 +0200
commit2b3ef8e5c607130dc5a70f12cc7c6ee68c3844df (patch)
tree4a1adeae08907ddc87658af34f54e6f42c69af94 /target/avr
parenttarget/loongarch/cpu: Fix coverity errors about excp_names (diff)
downloadqemu-2b3ef8e5c607130dc5a70f12cc7c6ee68c3844df.tar.gz
qemu-2b3ef8e5c607130dc5a70f12cc7c6ee68c3844df.tar.xz
qemu-2b3ef8e5c607130dc5a70f12cc7c6ee68c3844df.zip
target/loongarch/tlb_helper: Fix coverity integer overflow error
Replace '1 << shift' with 'MAKE_64BIT_MASK(shift, 1)' to fix unintentional integer overflow errors in tlb_helper file. Fix coverity CID: 1489759 1489762 Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220715060740.1500628-5-yangxiaojuan@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/avr')
0 files changed, 0 insertions, 0 deletions