Re: [PATCH 09/28] target/s390x: Include tcg.h in mem_helper.c

2019-12-12 Thread David Hildenbrand
On 12.12.19 05:00, Richard Henderson wrote: > Code movement in an upcoming patch will show that this file > was implicitly depending on tcg.h being included indirectly. > > Cc: David Hildenbrand > Signed-off-by: Richard Henderson > --- > target/s390x/mem_helper.c | 1 + > 1 file changed, 1 inse

[PATCH 09/28] target/s390x: Include tcg.h in mem_helper.c

2019-12-11 Thread Richard Henderson
Code movement in an upcoming patch will show that this file was implicitly depending on tcg.h being included indirectly. Cc: David Hildenbrand Signed-off-by: Richard Henderson --- target/s390x/mem_helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/s390x/mem_helper.c b/target/s3