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

Allow enumerating asm lines from a given base instruction.

This commit is contained in:
Bartosz Taudul
2020-05-11 13:35:49 +02:00
parent 8a7913c095
commit dafecf2a19
2 changed files with 26 additions and 3 deletions
+1
View File
@@ -196,6 +196,7 @@ private:
uint32_t m_codeLen;
int32_t m_disasmFail;
DecayValue<uint64_t> m_highlightAddr;
int m_asmCountBase;
bool m_asmRelative;
bool m_asmBytes;
bool m_asmShowSourceLocation;