mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 21:49:46 +00:00
arm: fix printAliasInstr() for wfe.w - issue #1456
This commit is contained in:
parent
70ac81bba2
commit
594dc03687
@ -9513,7 +9513,7 @@ static bool printAliasInstr(MCInst *MI, SStream *OS)
|
||||
} else
|
||||
printOperand(MI, (unsigned)(AsmString[I++]) - 1, OS);
|
||||
} else {
|
||||
SStream_concat0(OS, &AsmString[I++]);
|
||||
SStream_concat1(OS, AsmString[I++]);
|
||||
}
|
||||
} while (AsmString[I] != '\0');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user