On Thu, 7 Aug 2025 at 03:03, Eduard Zingerman <eddyz87@xxxxxxxxx> wrote: > > Parameter 'env' is not used by is_reg64() and insn_has_def32() > functions. Remove the parameter to make it clear that neither function > depends on 'env' state, e.g. env->insn_aux_data. > > Signed-off-by: Eduard Zingerman <eddyz87@xxxxxxxxx> > --- Acked-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>