Fix #7268 - wrong disasm with asm.pseudo=1 and asm.cmtright=0

This commit is contained in:
pancake 2017-04-13 23:08:40 +02:00
parent 2f19876290
commit 05cb1612d2

View File

@ -3687,7 +3687,7 @@ toro:
if (ds->show_comments && !ds->show_comment_right) {
ds_show_refs (ds);
ds_build_op_str (ds);
// ds_build_op_str (ds);
ds_print_ptr (ds, len + 256, idx);
if (!ds->pseudo) {
R_FREE (ds->opstr);