1
0
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:
Bartosz Taudul
2020-05-02 00:05:58 +02:00
parent 50a5cce985
commit 95c9259193
2 changed files with 36 additions and 0 deletions
+1
View File
@@ -85,6 +85,7 @@ private:
enum { WriteBit = 0x200 };
enum { ReuseBit = 0x400 };
enum { RegMask = 0x0FF };
enum { FlagMask = 0xF00 };
struct AsmLine
{