mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Extract asm saving to a separate function.
This commit is contained in:
@@ -167,6 +167,8 @@ private:
|
||||
void CheckRead( int line, RegsX86 reg, int limit );
|
||||
void CheckWrite( int line, RegsX86 reg, int limit );
|
||||
|
||||
void Save( const Worker& worker );
|
||||
|
||||
struct TokenizerState
|
||||
{
|
||||
void Reset()
|
||||
|
||||
Reference in New Issue
Block a user