target/tricore: Use DisasContextBase API
commit6b9f5a421e27684923a283d80b5c1cc6d70a1940
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Mon, 17 Jun 2019 09:53:03 +0000 (17 11:53 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Thu, 22 Aug 2019 10:10:47 +0000 (22 12:10 +0200)
treea2f19510b5e53606b65288bcf462f23fb0cc5bcb
parentfe066b4848bab4f9365a419f3c8ba59ccecf67c0
target/tricore: Use DisasContextBase API

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.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
target/tricore/translate.c