diff options
Diffstat (limited to 'arch/mips/il.cpp')
| -rw-r--r-- | arch/mips/il.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/il.cpp b/arch/mips/il.cpp index 5700acbc..1d10d9dd 100644 --- a/arch/mips/il.cpp +++ b/arch/mips/il.cpp @@ -3176,7 +3176,7 @@ bool GetLowLevelILForInstruction(Architecture* arch, uint64_t addr, LowLevelILFu case MIPS_LDC2: case MIPS_LDC3: { - unsigned cop; + unsigned cop = 0; switch (instr.operation) { case MIPS_LDC1: cop = 1; break; |
