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

Remove support for AT&T assembly syntax.

This commit is contained in:
Bartosz Taudul
2023-02-10 20:41:03 +01:00
parent 0d6fb703b4
commit 55823df56a
2 changed files with 49 additions and 60 deletions
-1
View File
@@ -235,7 +235,6 @@ private:
bool m_asmShowSourceLocation;
bool m_calcInlineStats;
uint8_t m_maxAsmBytes;
bool m_atnt;
uint64_t m_jumpPopupAddr;
const CallstackFrameData* m_localCallstackPopup;
bool m_hwSamples, m_hwSamplesRelative;