mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Assembly addresses can be displayed relative to symbol.
This commit is contained in:
@@ -52,6 +52,7 @@ private:
|
||||
bool m_showAsm;
|
||||
uint32_t m_codeLen;
|
||||
DecayValue<uint64_t> m_highlightAddr;
|
||||
bool m_asmRelative;
|
||||
|
||||
std::vector<Line> m_lines;
|
||||
std::vector<AsmLine> m_asm;
|
||||
|
||||
Reference in New Issue
Block a user