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/transform-dis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/transform-dis.h') diff --git a/lib/transform-dis.h b/lib/transform-dis.h index dec38a1..3ab120b 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, + uintptr_t *pc_patch_end, struct arch_dis_ctx initial_arch_ctx, int *offset_by_pcdiff); -- cgit v1.2.3