Re: [PATCH 17/26] target/s390x: Introduce help_goto_indirect

2022-11-30 Thread Ilya Leoshkevich
On Wed, Oct 05, 2022 at 08:44:12PM -0700, 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:

[PATCH 17/26] target/s390x: Introduce help_goto_indirect

2022-10-05 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