x86: fix att syntax when imm operand is 0 (#1046)
This commit is contained in:
parent
e965a58ef4
commit
6abcc704fd
|
@ -808,8 +808,7 @@ static void printMemReference(MCInst *MI, unsigned Op, SStream *O)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (segreg)
|
SStream_concat0(O, "0");
|
||||||
SStream_concat0(O, "0");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue