Fix: Jump labels were printed incorrectly.
This commit is contained in:
parent
d77927c608
commit
145a50369e
@ -502,6 +502,7 @@ void Disassembler::dis1Line(LLInst &inst,int loc_ip, int pass)
|
|||||||
result_stream.setFieldAlignment(QTextStream::AlignLeft);
|
result_stream.setFieldAlignment(QTextStream::AlignLeft);
|
||||||
oper_stream.flush();
|
oper_stream.flush();
|
||||||
result_stream << oper_contents;
|
result_stream << oper_contents;
|
||||||
|
result_stream.setFieldWidth(0);
|
||||||
/* Check for user supplied comment */
|
/* Check for user supplied comment */
|
||||||
selectTable(Comment);
|
selectTable(Comment);
|
||||||
QString cbuf_contents;
|
QString cbuf_contents;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user