[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/3] target-arm: three minor coverity fixes
From: |
Peter Maydell |
Subject: |
[Qemu-devel] [PATCH 0/3] target-arm: three minor coverity fixes |
Date: |
Sat, 7 Jun 2014 21:11:18 +0100 |
This patchset fixes three minor coverity-reported issues in target-arm:
two instances of a ?: expression whose conditional is always true, and
a missing ULL suffix on a "1 << ..." expression.
Peter Maydell (3):
target-arm: Add ULL suffix to calculation of page size
target-arm/translate-a64.c: Remove dead ?: in disas_simd_3same_int()
target-arm/translate-a64.c: Fix dead ?: in
handle_simd_shift_fpint_conv()
target-arm/helper.c | 2 +-
target-arm/translate-a64.c | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
--
1.8.5.4
- [Qemu-devel] [PATCH 0/3] target-arm: three minor coverity fixes,
Peter Maydell <=