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

Calculate max operand length.

This commit is contained in:
Bartosz Taudul
2023-01-01 14:47:10 +01:00
parent 1945b1bfa0
commit bb8393c918
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -263,6 +263,7 @@ private:
uint32_t m_maxLine;
int m_maxMnemonicLen;
int m_maxOperandLen;
unordered_flat_map<const char*, int, charutil::Hasher, charutil::Comparator> m_microArchOpMap;
CpuArchitecture m_cpuArch;