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

Collect jumps outside symbol.

This commit is contained in:
Bartosz Taudul
2020-04-04 13:51:55 +02:00
parent e02e595eec
commit 78a0773f38
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ private:
std::vector<AsmLine> m_asm;
unordered_flat_map<uint64_t, JumpData> m_jumpTable;
unordered_flat_set<uint64_t> m_jumpOut;
int m_maxJumpLevel;
bool m_showJumps;
};