diff options
author | comex | 2015-02-23 00:41:29 -0500 |
---|---|---|
committer | comex | 2015-02-23 00:54:13 -0500 |
commit | b63f1dff9dc736f7fa66f04976436f1f3fe2ac5d (patch) | |
tree | db70eb338a0107fdc70992ea2522fd03f2ecf32e /lib/jump-dis.c | |
parent | fix some i386 stuff (diff) | |
download | substitute-b63f1dff9dc736f7fa66f04976436f1f3fe2ac5d.tar.gz |
Ban calls within transform regions in threadsafe mode.
Diffstat (limited to 'lib/jump-dis.c')
-rw-r--r-- | lib/jump-dis.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -91,6 +91,10 @@ void jump_dis_pcrel(struct jump_dis_ctx *ctx, uint_tptr dpc, } 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; } |