From 9fbf8080fb308d9c6dad8c534ad8892c2d715087 Mon Sep 17 00:00:00 2001 From: comex Date: Wed, 21 Jan 2015 17:02:52 -0500 Subject: minor cleanup - stop caring about thumb outside of arch-specific code (and fix makefile bug where files whose names contained 'arm' would always be ldid'd) --- 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 28e5d72..dec38a1 100644 --- a/lib/transform-dis.h +++ b/lib/transform-dis.h @@ -6,5 +6,5 @@ int transform_dis_main(const void *restrict code_ptr, void **restrict rewritten_ptr_ptr, uintptr_t pc_patch_start, uintptr_t pc_patch_end, - bool pc_low_bit, + struct arch_dis_ctx initial_arch_ctx, int *offset_by_pcdiff); -- cgit v1.2.3