diff options
Diffstat (limited to 'lowlevelilinstruction.cpp')
| -rw-r--r-- | lowlevelilinstruction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lowlevelilinstruction.cpp b/lowlevelilinstruction.cpp index ba26b82e..3b92d310 100644 --- a/lowlevelilinstruction.cpp +++ b/lowlevelilinstruction.cpp @@ -3541,7 +3541,7 @@ ExprId LowLevelILFunction::BoolToInt(size_t size, ExprId a, const ILSourceLocati ExprId LowLevelILFunction::AddOverflow(size_t size, ExprId left, ExprId right, const ILSourceLocation& loc) { - return AddExprWithLocation(LLIL_ADD_OVERFLOW, loc, size, left, right); + return AddExprWithLocation(LLIL_ADD_OVERFLOW, loc, size, 0, left, right); } ExprId LowLevelILFunction::SystemCall(const ILSourceLocation& loc) |
