summaryrefslogtreecommitdiff
path: root/highlevelilinstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'highlevelilinstruction.h')
-rw-r--r--highlevelilinstruction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/highlevelilinstruction.h b/highlevelilinstruction.h
index 9cdb9b1a..97418100 100644
--- a/highlevelilinstruction.h
+++ b/highlevelilinstruction.h
@@ -1109,6 +1109,9 @@ namespace BinaryNinja
template <>
struct HighLevelILInstructionAccessor<HLIL_UNIMPL> : public HighLevelILInstructionBase
{};
+ template <>
+ struct HighLevelILInstructionAccessor<HLIL_UNREACHABLE> : public HighLevelILInstructionBase
+ {};
template <>
struct HighLevelILInstructionAccessor<HLIL_CONST> : public HighLevelILConstantInstruction