mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-20 06:21:49 +00:00
arm64: fix CS_OPT_UNSIGNED option on memory operand offset
This commit is contained in:
parent
b8ea017fcd
commit
f38aec3d72
@ -763,7 +763,7 @@ static void printOperand(MCInst *MI, unsigned OpNo, SStream *O)
|
||||
} else {
|
||||
if (MI->csh->doing_mem) {
|
||||
if (MI->csh->imm_unsigned) {
|
||||
printInt64Bang(O, imm & 0xffff);
|
||||
printUInt64Bang(O, imm);
|
||||
} else {
|
||||
printInt64Bang(O, imm);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user