diff options
| author | Peter LaFosse <peter@vector35.com> | 2018-08-14 17:14:44 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-08-14 17:14:44 -0400 |
| commit | 1ce780cd6a66a289b0422298871d61392ad3ec2a (patch) | |
| tree | 1b180e6bce65fd50a757e4f19852de873f83a9e5 /binaryninjacore.h | |
| parent | 454bcf8314833269ae8be9111b2c1035fe8999d6 (diff) | |
Adding LLIL_RELOC_PTR
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index e73256e6..e7eb3922 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -312,6 +312,7 @@ extern "C" LLIL_REG_STACK_FREE_REL, // Not valid in SSA from (see LLIL_REG_STACK_FREE_REL_SSA) LLIL_CONST, LLIL_CONST_PTR, + LLIL_RELOC_PTR, LLIL_FLOAT_CONST, LLIL_FLAG, // Not valid in SSA form (see LLIL_FLAG_SSA) LLIL_FLAG_BIT, // Not valid in SSA form (see LLIL_FLAG_BIT_SSA) |
