x86: fix issue #717

This commit is contained in:
Nguyen Anh Quynh 2016-06-26 01:03:11 +08:00
parent 0ed9820d2f
commit 3b461fb4dd
1 changed files with 2 additions and 0 deletions

View File

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