mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-27 07:20:33 +00:00
Fix printing MemSrc
This commit is contained in:
parent
edbd73409c
commit
3c63df7f45
@ -195,7 +195,7 @@ static void printAddrModeMemSrc(MCInst *MI, int OpNum, SStream *O) {
|
||||
|
||||
// Print register base field
|
||||
if (MCOperand_isReg(Base)) {
|
||||
SStream_concat(O, "[%");
|
||||
SStream_concat(O, "[");
|
||||
printRegName(O, MCOperand_getReg(Base));
|
||||
SStream_concat(O, "]");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user