From b63f1dff9dc736f7fa66f04976436f1f3fe2ac5d Mon Sep 17 00:00:00 2001 From: comex Date: Mon, 23 Feb 2015 00:41:29 -0500 Subject: Ban calls within transform regions in threadsafe mode. --- lib/jump-dis.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/jump-dis.c') diff --git a/lib/jump-dis.c b/lib/jump-dis.c index 528cfc2..e1a7d48 100644 --- a/lib/jump-dis.c +++ b/lib/jump-dis.c @@ -90,6 +90,10 @@ void jump_dis_pcrel(struct jump_dis_ctx *ctx, uint_tptr dpc, ctx->bad_insn = dpc >= ctx->pc_patch_start && dpc < ctx->pc_patch_end; } +static INLINE UNUSED +void jump_dis_indirect_call(UNUSED struct jump_dis_ctx *ctx) { +} + static INLINE UNUSED void jump_dis_ret(struct jump_dis_ctx *ctx) { ctx->continue_after_this_insn = false; -- cgit v1.2.3