From a23ef990492cd0384de1a924c44805587d5b5aed Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 1 Feb 2015 01:56:29 -0500 Subject: fix my utter failure to handle branches/conditionals correctly (on ARM) --- lib/jump-dis.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/jump-dis.c') diff --git a/lib/jump-dis.c b/lib/jump-dis.c index 5e06460..7ba3608 100644 --- a/lib/jump-dis.c +++ b/lib/jump-dis.c @@ -116,6 +116,9 @@ static INLINE UNUSED void jump_dis_bad(struct jump_dis_ctx *ctx) { ctx->continue_after_this_insn = false; } +static INLINE UNUSED void jump_dis_thumb_it(UNUSED struct jump_dis_ctx *ctx) { +} + static void jump_dis_dis(struct jump_dis_ctx *ctx); bool jump_dis_main(void *code_ptr, uintptr_t pc_patch_start, uintptr_t pc_patch_end, -- cgit v1.2.3