mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Draw register dependency decorations on scroll bar.
This commit is contained in:
@@ -85,6 +85,7 @@ private:
|
||||
enum { WriteBit = 0x200 };
|
||||
enum { ReuseBit = 0x400 };
|
||||
enum { RegMask = 0x0FF };
|
||||
enum { FlagMask = 0xF00 };
|
||||
|
||||
struct AsmLine
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user