Match up two arrays for error messages.

This commit is contained in:
Unknown W. Brackets 2015-01-17 18:27:44 -08:00
parent e980486719
commit de8ffc18b3

View File

@ -844,7 +844,9 @@ const char *InstNames[] = { "AND",
"ORR",
"MOV",
"BIC",
"MVN"
"MVN",
"MOVW",
"MOVT",
};
void ARMXEmitter::AND (ARMReg Rd, ARMReg Rn, Operand2 Rm) { WriteInstruction(0, Rd, Rn, Rm); }