arm: fix a typo in calling DecodeT2CPSInstruction()

This commit is contained in:
Nguyen Anh Quynh 2013-12-11 16:39:37 +08:00
parent 723fa80890
commit ff771f6c84
1 changed files with 1 additions and 1 deletions

View File

@ -12801,7 +12801,7 @@ static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *M
MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \
return S; \
case 274: \
if (!Check(&S, DecodeT2CPSInstruction(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
if (!Check(&S, DecodeT2CPSInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
return S; \
case 275: \
tmp = fieldname(insn, 8, 4); \