diff options
author | comex | 2015-01-17 22:24:13 -0500 |
---|---|---|
committer | comex | 2015-01-17 22:24:13 -0500 |
commit | d281e5233f304dab603d638a623ae54af8117ce7 (patch) | |
tree | 6605309de4f0e0728f7d9171528f376906af00f0 /lib/jump-dis.c | |
parent | misc. objc trimmings (diff) | |
download | substitute-d281e5233f304dab603d638a623ae54af8117ce7.tar.gz |
improve test; thumb2 fixes
Diffstat (limited to 'lib/jump-dis.c')
-rw-r--r-- | lib/jump-dis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/jump-dis.c b/lib/jump-dis.c index beb6ffc..355ac0f 100644 --- a/lib/jump-dis.c +++ b/lib/jump-dis.c @@ -46,6 +46,7 @@ struct jump_dis_ctx { #define tdis_ctx struct jump_dis_ctx * #define TDIS_CTX_MODIFY(ctx) 0 #define TDIS_CTX_NEWVAL(ctx, n) 0 +#define TDIS_CTX_NEWOP(ctx) 0 #define TDIS_CTX_SET_NEWOP(ctx, new) ((void) 0) static void jump_dis_add_to_queue(struct jump_dis_ctx *ctx, uintptr_t pc) { |