From 1ce780cd6a66a289b0422298871d61392ad3ec2a Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 14 Aug 2018 17:14:44 -0400 Subject: Adding LLIL_RELOC_PTR --- lowlevelilinstruction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lowlevelilinstruction.h') 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: public LowLevelILConstantInstruction {}; template <> struct LowLevelILInstructionAccessor: public LowLevelILConstantInstruction {}; + template <> struct LowLevelILInstructionAccessor: public LowLevelILConstantInstruction {}; template <> struct LowLevelILInstructionAccessor: public LowLevelILConstantInstruction {}; template <> struct LowLevelILInstructionAccessor: public LowLevelILTwoOperandInstruction {}; -- cgit v1.3.1