From 8d621c51b2797fda7b1dc22243dde611cfc04f68 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 23 Dec 2025 13:12:02 -0700 Subject: Refactor calling conventions to support correct representation of structures --- highlevelilinstruction.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'highlevelilinstruction.h') 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 : public HighLevelILOneOperandInstruction {}; + template <> + struct HighLevelILInstructionAccessor : public HighLevelILOneOperandInstruction + {}; + template <> + struct HighLevelILInstructionAccessor : public HighLevelILOneOperandInstruction + {}; #undef _STD_VECTOR #undef _STD_SET -- cgit v1.3.1