mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Change assembly comment character from ; to #.
This makes llvm-mca silent about unknown tokens.
This commit is contained in:
parent
28eb4a934e
commit
1945b1bfa0
@ -5564,7 +5564,7 @@ void SourceView::Save( const Worker& worker, size_t start, size_t stop )
|
||||
{
|
||||
symName = worker.GetString( sym->name );
|
||||
}
|
||||
fprintf( f, "; Tracy Profiler disassembly of symbol %s [%s]\n\n", symName, worker.GetCaptureProgram().c_str() );
|
||||
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" );
|
||||
|
||||
const auto end = m_asm.size() < stop ? m_asm.size() : stop;
|
||||
|
Loading…
Reference in New Issue
Block a user