From c6c8f4abdabd58f9210e5e06c64a6fc36dbc709c Mon Sep 17 00:00:00 2001 From: comex Date: Tue, 3 Feb 2015 02:52:51 -0500 Subject: fix ARM64 too, theoretically --- lib/transform-dis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/transform-dis.h') 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); -- cgit v1.2.3