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

2019-12-20 Thread Alex Bennée
Richard Henderson writes: > Code movement in an upcoming patch will show that this file > was implicitly depending on tcg.h being included indirectly. > > Reviewed-by: David Hildenbrand > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > target/s390x/mem_helper.c | 1 + >

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

2019-12-16 Thread Richard Henderson
Code movement in an upcoming patch will show that this file was implicitly depending on tcg.h being included indirectly. Reviewed-by: 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