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

Dummy tokenization of asm operands.

This commit is contained in:
Bartosz Taudul
2022-09-16 00:30:29 +02:00
parent 4913f0e1e6
commit d823a24534
4 changed files with 34 additions and 0 deletions
+1
View File
@@ -98,6 +98,7 @@ private:
OpType opType;
bool jumpConditional;
std::vector<AsmOpParams> params;
std::vector<Tokenizer::AsmToken> opTokens;
union
{
RegsX86 readX86[12];