summaryrefslogtreecommitdiff
path: root/basicblock.cpp
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2021-09-21 19:17:35 +0800
committerXusheng <xusheng@vector35.com>2021-09-27 11:52:18 +0800
commitc7e33d35b4adef40e53619662c7a6cfc198efd4a (patch)
tree668f61f855615c1207eb48bb1b0e23a507e56a5a /basicblock.cpp
parentf6d43d5eda8a1bbc95fc5467beb4cc9723b85682 (diff)
Better support for change type in linear view
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;
}