mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Merge pull request #19 from ethercrow/patch-1
Make TracySourceView.cpp build with somewhat old clang
This commit is contained in:
commit
6ac970a93f
@ -1637,7 +1637,7 @@ uint64_t SourceView::RenderSymbolAsmView( uint32_t iptotal, unordered_flat_map<u
|
||||
{
|
||||
symName = worker.GetString( sym->name );
|
||||
}
|
||||
fprintf( f, "; Tracy Profiler disassembly of symbol %s [%s]\n\n", symName, worker.GetCaptureProgram() );
|
||||
fprintf( f, "; Tracy Profiler disassembly of symbol %s [%s]\n\n", symName, worker.GetCaptureProgram().c_str() );
|
||||
if( !m_atnt ) fprintf( f, ".intel_syntax\n\n" );
|
||||
|
||||
for( auto& v : m_asm )
|
||||
|
Loading…
Reference in New Issue
Block a user