mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
No need for more than one space between mnemonic and operands.
This commit is contained in:
parent
da58c1f55e
commit
e7184565b3
@ -946,7 +946,7 @@ bool SourceView::Disassemble( uint64_t symAddr, const Worker& worker )
|
||||
m_maxLine = strlen( tmp ) + 1;
|
||||
}
|
||||
cs_free( insn, cnt );
|
||||
m_maxMnemonicLen = mLenMax + 2;
|
||||
m_maxMnemonicLen = mLenMax + 1;
|
||||
m_maxAsmBytes = bytesMax;
|
||||
if( !m_jumpTable.empty() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user