You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/hexagon/mmvec
Zongyuan Li 4a818b3767 target/hexagon: remove unused variable
When building with clang version 13.0.0 (eg. Fedora 13.0.0-3.fc35),
two unused variables introduced by macro GATHER_FUNCTION and
SCATTER_FUNCTION will cause building process failure due to
[-Werror -Wunused-variable].

Signed-off-by: Zongyuan Li <zongyuan.li@smartx.com>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/831
Message-Id: <20220124064339.56027-1-zongyuan.li@smartx.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
3 years ago
..
decode_ext_mmvec.c Hexagon HVX (target/hexagon) instruction decoding 3 years ago
decode_ext_mmvec.h Hexagon HVX (target/hexagon) instruction decoding 3 years ago
macros.h target/hexagon: remove unused variable 3 years ago
mmvec.h Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core 3 years ago
system_ext_mmvec.c Hexagon HVX (target/hexagon) instruction utility functions 3 years ago
system_ext_mmvec.h Hexagon HVX (target/hexagon) instruction utility functions 3 years ago