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

Draw jumps in assembly view.

This commit is contained in:
Bartosz Taudul
2020-04-04 03:34:54 +02:00
parent bda5c1d13e
commit aae161e31a
2 changed files with 68 additions and 2 deletions
+1
View File
@@ -73,6 +73,7 @@ private:
unordered_flat_map<uint64_t, JumpData> m_jumpTable;
int m_maxJumpLevel;
bool m_showJumps;
};
}