From 75d05ea710f80a0ca2fdc53b638952a7a97e7ad8 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Mon, 24 Aug 2020 21:46:36 +0800 Subject: display as in linear view --- basicblock.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'basicblock.cpp') 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; } -- cgit v1.3.1