summaryrefslogtreecommitdiff
path: root/basicblock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'basicblock.cpp')
-rw-r--r--basicblock.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/basicblock.cpp b/basicblock.cpp
index b9936896..21d78db0 100644
--- a/basicblock.cpp
+++ b/basicblock.cpp
@@ -96,6 +96,9 @@ DisassemblyTextLine::DisassemblyTextLine()
highlight.g = 0;
highlight.b = 0;
highlight.alpha = 0;
+ typeInfo.hasTypeInfo = false;
+ typeInfo.fieldIndex = -1;
+ typeInfo.parentType = nullptr;
}