1
0
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:
Bartosz Taudul
2020-05-11 21:08:50 +02:00
parent a30a0b852f
commit 9d5d116014
2 changed files with 81 additions and 74 deletions
+2
View File
@@ -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()