mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-20 23:54:48 +00:00
Match up two arrays for error messages.
This commit is contained in:
parent
e980486719
commit
de8ffc18b3
@ -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); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user