x86: fix issue #717

This commit is contained in:
Nguyen Anh Quynh 2016-06-26 01:03:11 +08:00
parent 3507d54aa8
commit 030d8eef0a

View File

@ -798,6 +798,8 @@ static void printMemReference(MCInst *MI, unsigned Op, SStream *O)
SStream_concat(O, "%"PRIu64, DispVal);
}
}
} else {
SStream_concat0(O, "0");
}
}