Re: [PATCH v2 2/7] target/nios2: Use global cpu_env

2021-06-28 Thread Peter Maydell
On Sun, 20 Jun 2021 at 23:16, Richard Henderson wrote: > > We do not need to copy this into DisasContext. > > Signed-off-by: Richard Henderson > --- > target/nios2/translate.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) just replied to the v1 version of this mail by mista

[PATCH v2 2/7] target/nios2: Use global cpu_env

2021-06-20 Thread Richard Henderson
We do not need to copy this into DisasContext. Signed-off-by: Richard Henderson --- target/nios2/translate.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/target/nios2/translate.c b/target/nios2/translate.c index 388fae93a2..39538e1870 100644 --- a/target/nios2/t