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

Add space for register data in each asm line.

This commit is contained in:
Bartosz Taudul
2020-05-01 16:33:09 +02:00
parent bb4b08e8cf
commit 8b2b2f650f
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -98,6 +98,7 @@ private:
{
RegsX86 writeX86[20];
};
uint16_t regData[20];
};
enum { AsmLineSize = sizeof( AsmLine ) };
@@ -151,6 +152,8 @@ private:
TokenColor IdentifyToken( const char*& begin, const char* end );
std::vector<Token> Tokenize( const char* begin, const char* end );
void ResetAsm();
struct TokenizerState
{
void Reset()