mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +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;
|
m_maxLine = strlen( tmp ) + 1;
|
||||||
}
|
}
|
||||||
cs_free( insn, cnt );
|
cs_free( insn, cnt );
|
||||||
m_maxMnemonicLen = mLenMax + 2;
|
m_maxMnemonicLen = mLenMax + 1;
|
||||||
m_maxAsmBytes = bytesMax;
|
m_maxAsmBytes = bytesMax;
|
||||||
if( !m_jumpTable.empty() )
|
if( !m_jumpTable.empty() )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user