Re: [Qemu-devel] [PATCH v3 28/39] target/tricore: Use env_cpu

2019-05-09 Thread Alistair Francis
On Tue, May 7, 2019 at 5:31 PM Richard Henderson wrote: > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/tricore/cpu.h | 5 - > target/tricore/op_helper.c | 4 ++-- > 2 files changed, 2 insertions(+), 7 deletio

[Qemu-devel] [PATCH v3 28/39] target/tricore: Use env_cpu

2019-05-07 Thread Richard Henderson
Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/tricore/cpu.h | 5 - target/tricore/op_helper.c | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/target/tricore/cpu.h b/target/tricore/cpu.h index 4c997b6d30..fc3328fdf5 100644 --- a/target/t