mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store instruction lengths.
This commit is contained in:
@@ -29,6 +29,7 @@ class SourceView
|
||||
uint64_t jumpAddr;
|
||||
std::string mnemonic;
|
||||
std::string operands;
|
||||
uint8_t len;
|
||||
};
|
||||
|
||||
struct JumpData
|
||||
|
||||
Reference in New Issue
Block a user