> -----Original Message-----
> From: Anton Johansson <a...@rev.ng>
> Sent: Wednesday, February 8, 2023 10:51 AM
> To: qemu-devel@nongnu.org
> Cc: a...@rev.ng; Taylor Simpson <tsimp...@quicinc.com>; Brian Cain
> <bc...@quicinc.com>; Michael Lambert <mlamb...@quicinc.com>
> Subject: [PATCH] target/hexagon: Access `pkt/insn` through `ctx`
>
> 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: Taylor Simpson <tsimp...@quicinc.com>