summaryrefslogtreecommitdiff
path: root/lowlevelilinstruction.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2018-08-14 17:14:44 -0400
committerPeter LaFosse <peter@vector35.com>2018-08-14 17:14:44 -0400
commit1ce780cd6a66a289b0422298871d61392ad3ec2a (patch)
tree1b180e6bce65fd50a757e4f19852de873f83a9e5 /lowlevelilinstruction.h
parent454bcf8314833269ae8be9111b2c1035fe8999d6 (diff)
Adding LLIL_RELOC_PTR
Diffstat (limited to 'lowlevelilinstruction.h')
-rw-r--r--lowlevelilinstruction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lowlevelilinstruction.h b/lowlevelilinstruction.h
index e845bcd0..2d1429c9 100644
--- a/lowlevelilinstruction.h
+++ b/lowlevelilinstruction.h
@@ -1226,6 +1226,7 @@ namespace BinaryNinja
template <> struct LowLevelILInstructionAccessor<LLIL_CONST>: public LowLevelILConstantInstruction {};
template <> struct LowLevelILInstructionAccessor<LLIL_CONST_PTR>: public LowLevelILConstantInstruction {};
+ template <> struct LowLevelILInstructionAccessor<LLIL_RELOC_PTR>: public LowLevelILConstantInstruction {};
template <> struct LowLevelILInstructionAccessor<LLIL_FLOAT_CONST>: public LowLevelILConstantInstruction {};
template <> struct LowLevelILInstructionAccessor<LLIL_ADD>: public LowLevelILTwoOperandInstruction {};