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

Tighten mnemonic display.

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