summary refs log tree commit diff stats
path: root/hw/vfio/platform.c
diff options
context:
space:
mode:
authorChen Qun <kuhn.chenqun@huawei.com>2020-08-27 19:03:05 +0800
committerLaurent Vivier <laurent@vivier.eu>2020-09-01 11:57:39 +0200
commitfa71dd531c12ad9a05cdd78392e9fc2a30ea921d (patch)
treeaea83ecdfd05f6ae16537ce2241ac39b5358a945 /hw/vfio/platform.c
parent07174c86b41e91d98ed2ee0ee12e516694853c6b (diff)
downloadfocaccia-qemu-fa71dd531c12ad9a05cdd78392e9fc2a30ea921d.tar.gz
focaccia-qemu-fa71dd531c12ad9a05cdd78392e9fc2a30ea921d.zip
target/arm/translate-a64:Remove redundant statement in disas_simd_two_reg_misc_fp16()
Clang static code analyzer show warning:
target/arm/translate-a64.c:13007:5: warning: Value stored to 'rd' is never read
    rd = extract32(insn, 0, 5);
    ^    ~~~~~~~~~~~~~~~~~~~~~
target/arm/translate-a64.c:13008:5: warning: Value stored to 'rn' is never read
    rn = extract32(insn, 5, 5);
    ^    ~~~~~~~~~~~~~~~~~~~~~

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200827110311.164316-5-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/vfio/platform.c')
0 files changed, 0 insertions, 0 deletions