diff options
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/llil/lifting.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/llil/lifting.rs b/rust/src/llil/lifting.rs index f8b8257e..840e029b 100644 --- a/rust/src/llil/lifting.rs +++ b/rust/src/llil/lifting.rs @@ -867,7 +867,7 @@ macro_rules! binary_op_carry_lifter { let left = L::lift_with_size(self, left, size); let right = R::lift_with_size(self, right, size); - let carry = C::lift_with_size(self, carry, 1); // TODO 0? + let carry = C::lift_with_size(self, carry, 0); ExpressionBuilder { function: self, |
