From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtNOn-0003GR-H5 for qemu-devel@nongnu.org; Sat, 07 Jun 2014 16:39:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtNOm-0001sT-Or for qemu-devel@nongnu.org; Sat, 07 Jun 2014 16:39:33 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:48557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtNOm-0001sC-IS for qemu-devel@nongnu.org; Sat, 07 Jun 2014 16:39:32 -0400 From: Peter Maydell Date: Sat, 7 Jun 2014 21:11:18 +0100 Message-Id: <1402171881-14343-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/3] target-arm: three minor coverity fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org 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