forked from qt-creator/qt-creator
Debugger: Remove arg for a 0 hunk in disassembly.
Change-Id: If519893dfcf72b034a133954e01ebfcfdbf9253d Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -237,7 +237,7 @@ QString DisassemblerLine::toString(int maxOp) const
|
|||||||
if (hunk)
|
if (hunk)
|
||||||
str += _(" [%1]").arg(hunk);
|
str += _(" [%1]").arg(hunk);
|
||||||
else
|
else
|
||||||
str += _(" ").arg(hunk);
|
str += _(" ");
|
||||||
str += data;
|
str += data;
|
||||||
} else {
|
} else {
|
||||||
str += someSpace;
|
str += someSpace;
|
||||||
|
|||||||
Reference in New Issue
Block a user