target-tricore: Make env a member of DisasContext
commit2db92a0c0ee867b005ed59507e53d4cef5f5fad0
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Mon, 17 Jun 2019 13:38:38 +0000 (17 15:38 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Thu, 22 Aug 2019 10:10:47 +0000 (22 12:10 +0200)
treea4e072a3c45624872650a7421628ac7165a56d3c
parent6b9f5a421e27684923a283d80b5c1cc6d70a1940
target-tricore: Make env a member of DisasContext

otherwise we have to pass env down through all functions which blocks
the usage of translator_loop.

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