diff options
Diffstat (limited to 'arch/armv7/il.cpp')
| -rw-r--r-- | arch/armv7/il.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/armv7/il.cpp b/arch/armv7/il.cpp index 0d79bcf6..5e2ee010 100644 --- a/arch/armv7/il.cpp +++ b/arch/armv7/il.cpp @@ -906,7 +906,7 @@ bool GetLowLevelILForArmInstruction(Architecture* arch, uint64_t addr, LowLevelI } if (op1.flags.wb) { - ExprId wb; + ExprId wb = BN_INVALID_OPERAND; switch (instr.operation) { case ARMV7_LDM: |
