mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Cycle through assembly blocks when right-clicking source line.
This commit is contained in:
@@ -248,6 +248,14 @@ private:
|
||||
|
||||
GetWindowCallback m_gwcb;
|
||||
Tokenizer m_tokenizer;
|
||||
|
||||
struct
|
||||
{
|
||||
uint32_t file = 0;
|
||||
uint32_t line = 0;
|
||||
size_t sel;
|
||||
std::vector<uint64_t> target;
|
||||
} m_asmTarget;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user