diff mbox series

[v2,10/28] target/arm: Include tcg.h in sve_helper.c

Message ID 20191216221158.29572-11-richard.henderson@linaro.org
State Superseded
Headers show
Series cputlb: Remove support for MMU_MODE*_SUFFIX | expand

Commit Message

Richard Henderson Dec. 16, 2019, 10:11 p.m. UTC
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>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

---
 target/arm/sve_helper.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1

Comments

Alex Bennée Dec. 20, 2019, 5:43 p.m. UTC | #1
Richard Henderson <richard.henderson@linaro.org> writes:

> 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>

> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


Reviewed-by: Alex Bennée <alex.bennee@linaro.org>


> ---

>  target/arm/sve_helper.c | 1 +

>  1 file changed, 1 insertion(+)

>

> diff --git a/target/arm/sve_helper.c b/target/arm/sve_helper.c

> index fc0c1755d2..83cc7f5bb5 100644

> --- a/target/arm/sve_helper.c

> +++ b/target/arm/sve_helper.c

> @@ -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,



-- 
Alex Bennée
diff mbox series

Patch

diff --git a/target/arm/sve_helper.c b/target/arm/sve_helper.c
index fc0c1755d2..83cc7f5bb5 100644
--- a/target/arm/sve_helper.c
+++ b/target/arm/sve_helper.c
@@ -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,