x86: fix issue #717
This commit is contained in:
parent
0ed9820d2f
commit
3b461fb4dd
|
@ -727,6 +727,8 @@ static void printMemReference(MCInst *MI, unsigned Op, SStream *O)
|
|||
SStream_concat(O, "%"PRIu64, DispVal);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
SStream_concat0(O, "0");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue