On 8/2/23 17:50, Anton Johansson via wrote:
In code emitted by idef-parser, access insn and pkt through DisasContext instead of explicitly taking them as arguments.Signed-off-by: Anton Johansson <a...@rev.ng> --- target/hexagon/gen_tcg_funcs.py | 2 +- target/hexagon/idef-parser/parser-helpers.c | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>