mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Cast to correct type.
This commit is contained in:
parent
3f3378e13a
commit
7d57a2ea6d
@ -2338,7 +2338,7 @@ void SourceView::RenderAsmLine( AsmLine& line, uint32_t ipcnt, uint32_t iptotal,
|
|||||||
char buf[256];
|
char buf[256];
|
||||||
if( m_asmCountBase >= 0 )
|
if( m_asmCountBase >= 0 )
|
||||||
{
|
{
|
||||||
sprintf( buf, "[%i]", asmIdx - m_asmCountBase );
|
sprintf( buf, "[%i]", int( asmIdx - m_asmCountBase ) );
|
||||||
}
|
}
|
||||||
else if( m_asmRelative )
|
else if( m_asmRelative )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user