summaryrefslogtreecommitdiff
path: root/mediumlevelilinstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'mediumlevelilinstruction.h')
-rw-r--r--mediumlevelilinstruction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mediumlevelilinstruction.h b/mediumlevelilinstruction.h
index 42567834..0cd8fde9 100644
--- a/mediumlevelilinstruction.h
+++ b/mediumlevelilinstruction.h
@@ -203,11 +203,10 @@ namespace BinaryNinja
{
#ifdef BINARYNINJACORE_LIBRARY
MediumLevelILFunction* function;
- const BNMediumLevelILInstruction* instr;
#else
Ref<MediumLevelILFunction> function;
- BNMediumLevelILInstruction instr;
#endif
+ BNMediumLevelILInstruction instr;
size_t operand, count;
bool operator==(const ListIterator& a) const;