mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-19 20:43:52 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166945 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
573303e62a
commit
9cc1fad5ad
@ -694,7 +694,7 @@ static int getIDWithAttrMask(uint16_t* instructionID,
|
||||
* @param orig - The instruction that is not 16-bit
|
||||
* @param equiv - The instruction that is 16-bit
|
||||
*/
|
||||
static BOOL is16BitEquvalent(const char* orig, const char* equiv) {
|
||||
static BOOL is16BitEquivalent(const char* orig, const char* equiv) {
|
||||
off_t i;
|
||||
|
||||
for (i = 0;; i++) {
|
||||
@ -860,7 +860,7 @@ static int getID(struct InternalInstruction* insn, const void *miiArg) {
|
||||
specWithOpSizeName =
|
||||
x86DisassemblerGetInstrName(instructionIDWithOpsize, miiArg);
|
||||
|
||||
if (is16BitEquvalent(specName, specWithOpSizeName)) {
|
||||
if (is16BitEquivalent(specName, specWithOpSizeName)) {
|
||||
insn->instructionID = instructionIDWithOpsize;
|
||||
insn->spec = specifierForUID(instructionIDWithOpsize);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user