diff options
Diffstat (limited to 'highlevelilinstruction.h')
| -rw-r--r-- | highlevelilinstruction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/highlevelilinstruction.h b/highlevelilinstruction.h index fe205b41..13d146ac 100644 --- a/highlevelilinstruction.h +++ b/highlevelilinstruction.h @@ -1166,6 +1166,9 @@ namespace BinaryNinja struct HighLevelILInstructionAccessor<HLIL_CONST> : public HighLevelILConstantInstruction {}; template <> + struct HighLevelILInstructionAccessor<HLIL_CONST_DATA> : public HighLevelILConstantInstruction + {}; + template <> struct HighLevelILInstructionAccessor<HLIL_CONST_PTR> : public HighLevelILConstantInstruction {}; template <> |
