diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index bb104ef3..f3bea556 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1364,6 +1364,10 @@ __attribute__ ((format (printf, 1, 2))) bool hasTypeInfo; BinaryNinja::Ref<BinaryNinja::Type> parentType; size_t fieldIndex; + uint64_t offset; + + DisassemblyTextLineTypeInfo(): hasTypeInfo(false), parentType(nullptr), fieldIndex(-1), offset(0) + {} }; struct DisassemblyTextLine |
