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:
@@ -19,6 +19,7 @@ class SourceView
|
||||
struct AsmLine
|
||||
{
|
||||
uint64_t addr;
|
||||
uint64_t jumpAddr;
|
||||
std::string mnemonic;
|
||||
std::string operands;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user