Re: [PATCH 66/77] target/microblaze: Use tcg_gen_lookup_and_goto_ptr

2020-08-28 Thread Richard Henderson
On 8/27/20 11:33 PM, Edgar E. Iglesias wrote: > On Tue, Aug 25, 2020 at 01:59:39PM -0700, Richard Henderson wrote: >> When goto_tb cannot be used due to branch page crossing, >> or due to indirect jumping, tcg_gen_lookup_and_goto_ptr >> can be used instead. >> >> Signed-off-by: Richard Henderson >

Re: [PATCH 66/77] target/microblaze: Use tcg_gen_lookup_and_goto_ptr

2020-08-27 Thread Edgar E. Iglesias
On Tue, Aug 25, 2020 at 01:59:39PM -0700, Richard Henderson wrote: > When goto_tb cannot be used due to branch page crossing, > or due to indirect jumping, tcg_gen_lookup_and_goto_ptr > can be used instead. > > Signed-off-by: Richard Henderson Hi Richard, This patch is for some reason causing s

[PATCH 66/77] target/microblaze: Use tcg_gen_lookup_and_goto_ptr

2020-08-25 Thread Richard Henderson
When goto_tb cannot be used due to branch page crossing, or due to indirect jumping, tcg_gen_lookup_and_goto_ptr can be used instead. Signed-off-by: Richard Henderson --- target/microblaze/translate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/microblaze/trans