On 10/31/18 1:19 PM, Bastian Koppelmann wrote:
> +static bool trans_jal(DisasContext *ctx, arg_jal *a, uint32_t insn)
> +{
> + gen_jal(ctx->env, ctx, a->rd, a->imm);
> + return true;
> +}This patch didn't get updated properly. It looks like the removal of the insn parameter got squashed into patch 4 instead. r~
