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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user