]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/arm: Include tcg.h in sve_helper.c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2019 20:23:06 +0000 (12:23 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:09 +0000 (15:13 -1000)
Code movement in an upcoming patch will show that this file
was implicitly depending on tcg.h being included indirectly.

Cc: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/sve_helper.c

index fc0c1755d2b8252ddd6df18c173097d57155b949..83cc7f5bb5caad8175ac7973acf5ead2a6a74153 100644 (file)
@@ -25,6 +25,7 @@
 #include "exec/helper-proto.h"
 #include "tcg/tcg-gvec-desc.h"
 #include "fpu/softfloat.h"
+#include "tcg.h"
 
 
 /* Note that vector data is stored in host-endian 64-bit chunks,