Skip to content

Commit

Permalink
arm: lowercase for APSR_nzcv
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Feb 12, 2019
1 parent aebd183 commit 36f5961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ARM/ARMGenAsmWriter.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 36f5961

Please sign in to comment.