diff options
author | comex | 2015-01-24 21:59:37 -0500 |
---|---|---|
committer | comex | 2015-01-24 21:59:37 -0500 |
commit | 98afb15eaa8f8c31bf5763de0e3c83a845414b0a (patch) | |
tree | e603aae961ead4e596fc994ed06df884eaee7b9a /lib/arm64/misc.h | |
parent | Add function to deal with mprotecting RW and back. A bit more complex than t... (diff) | |
download | substitute-98afb15eaa8f8c31bf5763de0e3c83a845414b0a.tar.gz |
...
Diffstat (limited to 'lib/arm64/misc.h')
-rw-r--r-- | lib/arm64/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arm64/misc.h b/lib/arm64/misc.h index 672e1bd..c7fa5c9 100644 --- a/lib/arm64/misc.h +++ b/lib/arm64/misc.h @@ -1,6 +1,7 @@ #pragma once #define TARGET_DIS_SUPPORTED #define TARGET_DIS_HEADER "arm64/dis-arm64.inc.h" +#define TARGET_JUMP_PATCH_HDR "arm64/jump-patch.h" #define TARGET_TRANSFORM_DIS_HEADER "arm64/transform-dis-arm64.inc.h" #define MIN_INSN_SIZE 4 struct arch_dis_ctx {}; |