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

Decode jump/call addresses.

This commit is contained in:
Bartosz Taudul
2020-03-28 00:53:48 +01:00
parent fd3b9ca1e5
commit 22cae56ab1
2 changed files with 72 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ class SourceView
struct AsmLine
{
uint64_t addr;
uint64_t jumpAddr;
std::string mnemonic;
std::string operands;
};