mirror of
https://gitlab.com/qemu-project/capstone.git
synced 2025-09-17 02:01:15 +08:00
x86: fix issue #717
This commit is contained in:
@ -727,6 +727,8 @@ static void printMemReference(MCInst *MI, unsigned Op, SStream *O)
|
||||
SStream_concat(O, "%"PRIu64, DispVal);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
SStream_concat0(O, "0");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user