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

Detect conditional jumps.

This commit is contained in:
Bartosz Taudul
2020-05-01 20:09:21 +02:00
parent 4390aa1015
commit 654dc2b901
2 changed files with 15 additions and 1 deletions
+1
View File
@@ -94,6 +94,7 @@ private:
std::string operands;
uint8_t len;
LeaData leaData;
bool jumpConditional;
std::vector<AsmOpParams> params;
union
{