Skip to content

Commit

Permalink
arm: do not need to initialize local variable opcode in DecodeRegList…
Browse files Browse the repository at this point in the history
…Operand()
  • Loading branch information
aquynh committed Jul 31, 2014
1 parent 0c235e1 commit 590f23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ARM/ARMDisassembler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ static DecodeStatus DecodeRegListOperand(MCInst *Inst, unsigned Val,
{
unsigned i;
DecodeStatus S = MCDisassembler_Success;
unsigned opcode = 0;
unsigned opcode;

bool NeedDisjointWriteback = false;
unsigned WritebackReg = 0;
Expand Down

0 comments on commit 590f23a

Please sign in to comment.