Re: [PATCH v3 01/20] tcg: Make tcg/helper-info.h self-contained

2024-04-29 Thread Philippe Mathieu-Daudé
On 25/4/24 01:02, Richard Henderson wrote: Move MAX_CALL_IARGS from tcg.h and include for the define of TCG_TARGET_REG_BITS. Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- include/tcg/helper-info.h | 3 +++ include/tcg/tcg.h | 2 -- tcg/tci.c | 1 +

[PATCH v3 01/20] tcg: Make tcg/helper-info.h self-contained

2024-04-24 Thread Richard Henderson
Move MAX_CALL_IARGS from tcg.h and include for the define of TCG_TARGET_REG_BITS. Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- include/tcg/helper-info.h | 3 +++ include/tcg/tcg.h | 2 -- tcg/tci.c | 1 + 3 files changed, 4 insertions(+), 2 deletions(-)