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

Only change assembly target line when necessary.

This commit is contained in:
Bartosz Taudul
2020-04-08 23:30:42 +02:00
parent 3a1f980a36
commit 450229f5e4
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ private:
void RenderLine( const Line& line, int lineNum, uint32_t ipcnt, uint32_t iptotal, const Worker* worker );
void RenderAsmLine( const AsmLine& line, uint32_t ipcnt, uint32_t iptotal, const Worker& worker, uint64_t& jumpOut );
void SelectLine( uint32_t line, const Worker* worker );
void SelectLine( uint32_t line, const Worker* worker, bool changeAsmLine = true, uint64_t targetAddr = 0 );
ImFont* m_font;
const char* m_file;