1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Print register data in asm lines.

This commit is contained in:
Bartosz Taudul
2020-05-01 19:15:46 +02:00
parent f4b06ed1fc
commit 4390aa1015
2 changed files with 37 additions and 0 deletions
+5
View File
@@ -81,6 +81,11 @@ private:
rd
};
enum { ReadBit = 0x100 };
enum { WriteBit = 0x200 };
enum { ReuseBit = 0x400 };
enum { RegMask = 0x0FF };
struct AsmLine
{
uint64_t addr;