mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-27 23:40:25 +00:00
arm: do not need to initialize local variable opcode in DecodeRegListOperand()
This commit is contained in:
parent
0c235e15ab
commit
590f23af54
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user