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);
|
||||
oper_stream.flush();
|
||||
result_stream << oper_contents;
|
||||
result_stream.setFieldWidth(0);
|
||||
/* Check for user supplied comment */
|
||||
selectTable(Comment);
|
||||
QString cbuf_contents;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user