mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-27 21:48:22 +00:00
No need for more than one space between mnemonic and operands.
This commit is contained in:
@@ -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() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user