summaryrefslogtreecommitdiff
path: root/highlevelilinstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'highlevelilinstruction.h')
-rw-r--r--highlevelilinstruction.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/highlevelilinstruction.h b/highlevelilinstruction.h
index 0e7fdc60..7ec5d18c 100644
--- a/highlevelilinstruction.h
+++ b/highlevelilinstruction.h
@@ -1498,6 +1498,12 @@ namespace BinaryNinja
template <>
struct HighLevelILInstructionAccessor<HLIL_FTRUNC> : public HighLevelILOneOperandInstruction
{};
+ template <>
+ struct HighLevelILInstructionAccessor<HLIL_PASS_BY_REF> : public HighLevelILOneOperandInstruction
+ {};
+ template <>
+ struct HighLevelILInstructionAccessor<HLIL_RETURN_BY_REF> : public HighLevelILOneOperandInstruction
+ {};
#undef _STD_VECTOR
#undef _STD_SET