summaryrefslogtreecommitdiff
path: root/arch/mips/il.cpp
diff options
context:
space:
mode:
authorMark Rowe <mark@vector35.com>2025-12-19 11:12:20 -0800
committerMark Rowe <mark@vector35.com>2025-12-20 21:34:49 -0800
commited0f3b1b8593f6b76fbb64c53a0885073c1c1979 (patch)
tree5d22d77ccea8bffc0619a32ed886d79d14daccf1 /arch/mips/il.cpp
parentba13f6ec7d0ce9a18a03a1c895fb72d18e03014a (diff)
Fix many of the warnings that show up when compiling with GCC 15.2
Diffstat (limited to 'arch/mips/il.cpp')
-rw-r--r--arch/mips/il.cpp2
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;