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

Separate asm lines selection.

This commit is contained in:
Bartosz Taudul
2020-04-08 23:59:10 +02:00
parent 25346c7a55
commit 08c58fe8e3
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -67,6 +67,7 @@ private:
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, bool changeAsmLine = true, uint64_t targetAddr = 0 );
void SelectAsmLines( uint32_t file, uint32_t line, const Worker& worker, bool changeAsmLine = true, uint64_t targetAddr = 0 );
ImFont* m_font;
const char* m_file;