From da250551336d916ad0058bf200e1f0b29ccb2a8f Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 4 Feb 2022 22:04:52 -0500 Subject: Add unreachable instruction for switch statements with an unreachable default --- highlevelilinstruction.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'highlevelilinstruction.h') 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 : public HighLevelILInstructionBase {}; + template <> + struct HighLevelILInstructionAccessor : public HighLevelILInstructionBase + {}; template <> struct HighLevelILInstructionAccessor : public HighLevelILConstantInstruction -- cgit v1.3.1