mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
x86: fix att syntax when imm operand is 0 (#1046)
This commit is contained in:
parent
94134fd045
commit
811d8ceee6
1 changed files with 1 additions and 2 deletions
|
|
@ -808,8 +808,7 @@ static void printMemReference(MCInst *MI, unsigned Op, SStream *O)
|
|||
}
|
||||
}
|
||||
} else {
|
||||
if (segreg)
|
||||
SStream_concat0(O, "0");
|
||||
SStream_concat0(O, "0");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue