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

Allow switching between Intel and AT&T assembly syntax.

This commit is contained in:
Bartosz Taudul
2020-05-09 12:58:09 +02:00
parent 16aca7e6c8
commit 8caf6b02c6
2 changed files with 11 additions and 3 deletions
+1
View File
@@ -201,6 +201,7 @@ private:
bool m_asmShowSourceLocation;
bool m_calcInlineStats;
uint8_t m_maxAsmBytes;
bool m_atnt;
std::vector<Line> m_lines;
std::vector<AsmLine> m_asm;