From c7e33d35b4adef40e53619662c7a6cfc198efd4a Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 21 Sep 2021 19:17:35 +0800 Subject: Better support for change type in linear view --- basicblock.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'basicblock.cpp') 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; } -- cgit v1.3.1