diff options
author | comex | 2015-02-03 02:52:51 -0500 |
---|---|---|
committer | comex | 2015-02-03 02:52:51 -0500 |
commit | c6c8f4abdabd58f9210e5e06c64a6fc36dbc709c (patch) | |
tree | bfa2b8577a9e9e5b99c967be0ae1722ce68d6df1 /lib/transform-dis.h | |
parent | whoops, don't mean to always jump to thumb mode (diff) | |
download | substitute-c6c8f4abdabd58f9210e5e06c64a6fc36dbc709c.tar.gz |
fix ARM64 too, theoretically
Diffstat (limited to 'lib/transform-dis.h')
-rw-r--r-- | lib/transform-dis.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/transform-dis.h b/lib/transform-dis.h index 3ab120b..70fe57a 100644 --- a/lib/transform-dis.h +++ b/lib/transform-dis.h @@ -5,6 +5,6 @@ int transform_dis_main(const void *restrict code_ptr, void **restrict rewritten_ptr_ptr, uintptr_t pc_patch_start, - uintptr_t *pc_patch_end, - struct arch_dis_ctx initial_arch_ctx, + uintptr_t *pc_patch_end_p, + struct arch_dis_ctx *arch_ctx_p, int *offset_by_pcdiff); |