aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-01-18 21:06:26 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-01-26 11:30:48 +0000
commit5eb815c19acf39e3fc9fa60705e15f7ebf00258d (patch)
tree6c34707bc24b59a43575dcf9321d582d5fea5c36 /include
parent5b5f41696356d10474e711be9d8cfe5eb01a7e89 (diff)
downloadqemu-5eb815c19acf39e3fc9fa60705e15f7ebf00258d.zip
qemu-5eb815c19acf39e3fc9fa60705e15f7ebf00258d.tar.gz
qemu-5eb815c19acf39e3fc9fa60705e15f7ebf00258d.tar.bz2
target/arm/cpu-features: Include missing 'hw/registerfields.h' header
target/arm/cpu-features.h uses the FIELD_EX32() macro defined in "hw/registerfields.h". Include it in order to avoid when refactoring unrelated headers: target/arm/cpu-features.h:44:12: error: call to undeclared function 'FIELD_EX32'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return FIELD_EX32(id->id_isar0, ID_ISAR0, DIVIDE) != 0; ^ Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20240118200643.29037-6-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions