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

Display preview of source code for assembly instructions.

This commit is contained in:
Bartosz Taudul
2021-03-26 02:41:30 +01:00
parent bd4335bace
commit 0b5a923e91
2 changed files with 59 additions and 0 deletions
+1
View File
@@ -171,6 +171,7 @@ private:
uint64_t m_jumpPopupAddr;
SourceContents m_source;
SourceContents m_sourceTooltip;
std::vector<AsmLine> m_asm;
unordered_flat_map<uint64_t, uint32_t> m_locMap;