summaryrefslogtreecommitdiff
path: root/basicblock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'basicblock.cpp')
-rw-r--r--basicblock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/basicblock.cpp b/basicblock.cpp
index 1675afdf..6045f6ef 100644
--- a/basicblock.cpp
+++ b/basicblock.cpp
@@ -99,6 +99,7 @@ DisassemblyTextLine::DisassemblyTextLine()
typeInfo.hasTypeInfo = false;
typeInfo.fieldIndex = -1;
typeInfo.parentType = nullptr;
+ typeInfo.offset = 0;
}