1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Detect disassembly failures.

This commit is contained in:
Bartosz Taudul
2020-04-19 14:40:36 +02:00
parent c78e11872c
commit b157d4c161
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ private:
DecayValue<uint32_t> m_hoveredSource;
int m_displayMode;
uint32_t m_codeLen;
int32_t m_disasmFail;
DecayValue<uint64_t> m_highlightAddr;
bool m_asmRelative;
bool m_asmShowSourceLocation;