mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-27 15:30:33 +00:00
x86: fix att syntax when imm operand is 0 (#1046)
This commit is contained in:
parent
4c96c85a2b
commit
a45e860114
@ -663,8 +663,7 @@ static void printMemReference(MCInst *MI, unsigned Op, SStream *O)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (segreg)
|
||||
SStream_concat0(O, "0");
|
||||
SStream_concat0(O, "0");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user