Re: [PATCH 2/3] target/nios2: in line the semantics of DISAS_UPDATE with other targets

2020-07-02 Thread Richard Henderson
On 7/2/20 11:14 AM, Richard Henderson wrote: > On 6/29/20 9:05 AM, Wentong Wu wrote: >> In line the semantics of DISAS_UPDATE on nios2 target with other targets >> which is to explicitly write the PC back into the cpu state before doing >> a tcg_gen_exit_tb(). >> >> Signed-off-by: Wentong Wu >>

Re: [PATCH 2/3] target/nios2: in line the semantics of DISAS_UPDATE with other targets

2020-07-02 Thread Richard Henderson
On 6/29/20 9:05 AM, Wentong Wu wrote: > In line the semantics of DISAS_UPDATE on nios2 target with other targets > which is to explicitly write the PC back into the cpu state before doing > a tcg_gen_exit_tb(). > > Signed-off-by: Wentong Wu > --- > target/nios2/translate.c | 2 +- > 1 file

[PATCH 2/3] target/nios2: in line the semantics of DISAS_UPDATE with other targets

2020-06-29 Thread Wentong Wu
In line the semantics of DISAS_UPDATE on nios2 target with other targets which is to explicitly write the PC back into the cpu state before doing a tcg_gen_exit_tb(). Signed-off-by: Wentong Wu --- target/nios2/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git