| 173 | |
| 174 | |
| 175 | DisassemblyTextLine::DisassemblyTextLine() |
| 176 | { |
| 177 | addr = 0; |
| 178 | instrIndex = BN_INVALID_EXPR; |
| 179 | highlight.style = StandardHighlightColor; |
| 180 | highlight.color = NoHighlightColor; |
| 181 | highlight.mixColor = NoHighlightColor; |
| 182 | highlight.mix = 0; |
| 183 | highlight.r = 0; |
| 184 | highlight.g = 0; |
| 185 | highlight.b = 0; |
| 186 | highlight.alpha = 255; |
| 187 | typeInfo.hasTypeInfo = false; |
| 188 | typeInfo.fieldIndex = -1; |
| 189 | typeInfo.parentType = nullptr; |
| 190 | typeInfo.offset = 0; |
| 191 | } |
| 192 | |
| 193 | |
| 194 | BNDisassemblyTextLine DisassemblyTextLine::GetAPIObject() const |
no outgoing calls
no test coverage detected