arm: lowercase for APSR_nzcv

This commit is contained in:
Nguyen Anh Quynh 2019-02-13 00:42:58 +08:00
parent aebd183c82
commit 36f5961435
1 changed files with 1 additions and 1 deletions

View File

@ -6289,7 +6289,7 @@ static void printInstruction(MCInst *MI, SStream *O, MCRegisterInfo *MRI)
break;
case 8:
// FMSTAT
SStream_concat0(O, "\tAPSR_nzcv, fpscr");
SStream_concat0(O, "\tapsr_nzcv, fpscr");
ARM_addReg(MI, ARM_REG_APSR_NZCV);
ARM_addReg(MI, ARM_REG_FPSCR);
return;