x86: fix att syntax when imm operand is 0 (#1046)

This commit is contained in:
Nguyen Anh Quynh 2017-11-17 10:26:26 +03:00
parent 4c96c85a2b
commit a45e860114

View File

@ -663,8 +663,7 @@ static void printMemReference(MCInst *MI, unsigned Op, SStream *O)
}
}
} else {
if (segreg)
SStream_concat0(O, "0");
SStream_concat0(O, "0");
}
}