diff options
Diffstat (limited to 'lib/dis-arm64.inc.h')
-rw-r--r-- | lib/dis-arm64.inc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dis-arm64.inc.h b/lib/dis-arm64.inc.h index d99cae7..19f986a 100644 --- a/lib/dis-arm64.inc.h +++ b/lib/dis-arm64.inc.h @@ -19,6 +19,9 @@ static INLINE tdis_ret P(am_ldrlit_label_unk_Rt_6_LDRDl)(tdis_ctx ctx, struct bi static INLINE tdis_ret P(am_tbrcond_target_B_4_TBNZW)(tdis_ctx ctx, struct bitslice target) { return P(branch)(ctx, ctx->pc + sext(bs_get(target, ctx->op), 14) * 4); } +static INLINE tdis_ret P(GPR64_Rn_1_RET)(tdis_ctx ctx, UNUSED struct bitslice Rn) { + return P(ret)(ctx); +} static tdis_ret P(dis_arm64)(tdis_ctx ctx) { unsigned op = ctx->op; |