Re: [PATCH v3 07/29] linux-user: Include tcg.h in syscall.c

2019-12-29 Thread Philippe Mathieu-Daudé
On 12/29/19 12:11 AM, Richard Henderson wrote: Code movement in an upcoming patch will show that this file was implicitly depending on tcg.h being included indirectly. Yes, it uses tcg_register_thread(). Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- linux-user/syscall.c |

[PATCH v3 07/29] linux-user: Include tcg.h in syscall.c

2019-12-28 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: Alex Bennée Signed-off-by: Richard Henderson --- linux-user/syscall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-user/syscall.c b/linux-user/sysca