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 e0d1f3f87b
commit f5045f03c3
1 changed files with 1 additions and 2 deletions

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");
}
}