diff options
| author | Xusheng <xusheng@vector35.com> | 2020-08-24 21:46:36 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2020-09-15 09:29:54 +0800 |
| commit | 75d05ea710f80a0ca2fdc53b638952a7a97e7ad8 (patch) | |
| tree | f8fe2205178cd7942a1e6d45c79dda9d748b526f /basicblock.cpp | |
| parent | 33e31719d37deed58cfe709bf475b80fece8c34a (diff) | |
display as in linear view
Diffstat (limited to 'basicblock.cpp')
| -rw-r--r-- | basicblock.cpp | 3 |
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; } |
