diff options
author | comex | 2015-07-10 22:38:44 -0400 |
---|---|---|
committer | comex | 2015-07-10 22:38:44 -0400 |
commit | d88b91519b96d8accdbfc4216010d0a42343ca33 (patch) | |
tree | ac54e2a5a8d35b981aeda828230b39f0d92c4129 /lib/jump-dis.c | |
parent | Avoid issues with the system time changing (diff) | |
download | substitute-d88b91519b96d8accdbfc4216010d0a42343ca33.tar.gz |
stuff!
Diffstat (limited to 'lib/jump-dis.c')
-rw-r--r-- | lib/jump-dis.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/jump-dis.c b/lib/jump-dis.c index f909cc7..04a919e 100644 --- a/lib/jump-dis.c +++ b/lib/jump-dis.c @@ -121,7 +121,8 @@ 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, uint_tptr pc_patch_start, uint_tptr pc_patch_end, +bool jump_dis_main(void *code_ptr, uint_tptr pc_patch_start, + uint_tptr pc_patch_end, struct arch_dis_ctx initial_dis_ctx) { bool ret; struct jump_dis_ctx ctx; |