mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-24 05:59:45 +00:00
x86: fix issue #717
This commit is contained in:
parent
3507d54aa8
commit
030d8eef0a
@ -798,6 +798,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
Block a user