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

Save asm op description.

This commit is contained in:
Bartosz Taudul
2020-11-06 23:56:26 +01:00
parent c9352ce228
commit da036bf322
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ struct AsmVar
struct AsmOp
{
int id;
int descId;
int numVariants;
const AsmVar*const* variant;
};