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

Tighten assembly source location display.

This commit is contained in:
Bartosz Taudul
2020-04-09 01:52:22 +02:00
parent 6dd765c101
commit a715df6338
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -96,6 +96,7 @@ private:
unordered_flat_map<uint32_t, uint32_t> m_sourceFiles;
unordered_flat_set<uint64_t> m_selectedAddresses;
uint32_t m_maxLine;
int m_maxMnemonicLen;
};