Re: [PATCH v2 19/27] target/s390x: Introduce help_goto_indirect

2022-12-13 Thread Ilya Leoshkevich
On Sun, Dec 11, 2022 at 09:27:54AM -0600, Richard Henderson wrote: > Add a small helper to handle unconditional indirect jumps. > > Signed-off-by: Richard Henderson > --- > target/s390x/tcg/translate.c | 19 ++- > 1 file changed, 10 insertions(+), 9 deletions(-) Reviewed-by:

Re: [PATCH v2 19/27] target/s390x: Introduce help_goto_indirect

2022-12-11 Thread Philippe Mathieu-Daudé
On 11/12/22 16:27, Richard Henderson wrote: Add a small helper to handle unconditional indirect jumps. Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 19/27] target/s390x: Introduce help_goto_indirect

2022-12-11 Thread Richard Henderson
Add a small helper to handle unconditional indirect jumps. Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/target/s390x/tcg/translate.c b/target/s390x/tcg/translate.c index