1
0
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:
Bartosz Taudul
2020-04-19 15:54:43 +02:00
parent 421f0895b7
commit afb9bdce86
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ class SourceView
uint64_t jumpAddr;
std::string mnemonic;
std::string operands;
uint8_t len;
};
struct JumpData