Re: [Qemu-devel] [PATCH 1/3] target/tricore: Use DisasContextBase API

2019-06-17 Thread Richard Henderson
On 6/17/19 7:35 AM, Bastian Koppelmann wrote: > this gets rid of the copied fields of TriCore's DisasContext and now > uses the shared DisasContextBase, which is necessary for the conversion > to translate_loop. > > Signed-off-by: Bastian Koppelmann > --- > target/tricore/translate.c | 98

[Qemu-devel] [PATCH 1/3] target/tricore: Use DisasContextBase API

2019-06-17 Thread Bastian Koppelmann
this gets rid of the copied fields of TriCore's DisasContext and now uses the shared DisasContextBase, which is necessary for the conversion to translate_loop. Signed-off-by: Bastian Koppelmann --- target/tricore/translate.c | 98 +- 1 file changed, 44