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:
@@ -98,6 +98,7 @@ private:
|
||||
OpType opType;
|
||||
bool jumpConditional;
|
||||
std::vector<AsmOpParams> params;
|
||||
std::vector<Tokenizer::AsmToken> opTokens;
|
||||
union
|
||||
{
|
||||
RegsX86 readX86[12];
|
||||
|
||||
Reference in New Issue
Block a user