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

fix TRACY_NO_FILESELECTOR macro

This commit is contained in:
Stone Tickle
2021-03-17 08:51:24 +09:00
parent ea2a7f639b
commit 1918c0ffe6
3 changed files with 20 additions and 8 deletions
+2
View File
@@ -3785,6 +3785,7 @@ void SourceView::CheckWrite( size_t line, RegsX86 reg, size_t limit )
}
}
#ifndef TRACY_NO_FILESELECTOR
void SourceView::Save( const Worker& worker, size_t start, size_t stop )
{
assert( start < m_asm.size() );
@@ -3867,5 +3868,6 @@ void SourceView::Save( const Worker& worker, size_t start, size_t stop )
}
}
}
#endif
}