diff options
author | comex | 2015-01-21 17:02:52 -0500 |
---|---|---|
committer | comex | 2015-01-21 17:03:21 -0500 |
commit | 9fbf8080fb308d9c6dad8c534ad8892c2d715087 (patch) | |
tree | 3415053faf262f7ad2766d18c0885d81ba7cbad2 /lib/transform-dis.h | |
parent | forgot to actually check this in (diff) | |
download | substitute-9fbf8080fb308d9c6dad8c534ad8892c2d715087.tar.gz |
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)
Diffstat (limited to '')
-rw-r--r-- | lib/transform-dis.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |