Proper scaling of instruction pointer counts.

This commit is contained in:
Bartosz Taudul 2020-04-09 22:52:44 +02:00
parent f0c7a751c1
commit 47d56f6259

View File

@ -490,6 +490,7 @@ void SourceView::RenderSymbolView( const Worker& worker )
iptr++; iptr++;
} }
} }
iptotalSrc = iptotalAsm;
} }
if( iptotalAsm > 0 ) if( iptotalAsm > 0 )
{ {