summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index f3bea556..917341aa 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -262,6 +262,9 @@ namespace BinaryNinja
m_obj = other.m_obj;
}
other.m_obj = 0;
+#ifdef BN_REF_COUNT_DEBUG
+ m_assignmentTrace = other.m_assignmentTrace;
+#endif
}
return *this;
}