diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2014-06-19 18:06:25 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-06-19 18:06:25 +0100 |
commit | 4063452eca8aaa432b5c42b1ccea81be01219b0e (patch) | |
tree | a1f19a503da4f9d975aab5c78a558cee687d38f3 /os-win32.c | |
parent | 220ad4ca846d8e0734dd2d2af38c61a6f5436d66 (diff) | |
download | qemu-4063452eca8aaa432b5c42b1ccea81be01219b0e.zip qemu-4063452eca8aaa432b5c42b1ccea81be01219b0e.tar.gz qemu-4063452eca8aaa432b5c42b1ccea81be01219b0e.tar.bz2 |
target-arm/translate-a64.c: Fix dead ?: in handle_simd_shift_fpint_conv()
In handle_simd_shift_fpint_conv(), the combination of is_double == true,
is_scalar == false and is_q == false is an unallocated encoding; the
'both parts false' case of the nested ?: expression for calculating
maxpass is therefore unreachable and can be removed.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 1402171881-14343-4-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'os-win32.c')
0 files changed, 0 insertions, 0 deletions