From 586151bf69b81dd2bd84674b1b4dc5fda64965bc Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 20 Feb 2018 22:28:24 -0500 Subject: one more signed/unsigned copy paste failure --- python/lowlevelil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/lowlevelil.py b/python/lowlevelil.py index 0eb463d1..0acb0312 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -1496,7 +1496,7 @@ class LowLevelILFunction(object): :return: The expression ``modu.dp.{}(a, b)`` :rtype: LowLevelILExpr """ - return self.expr(LowLevelILOperation.LLIL_MODS_DP, a.index, b.index, size=size, flags=flags) + return self.expr(LowLevelILOperation.LLIL_MODU_DP, a.index, b.index, size=size, flags=flags) def neg_expr(self, size, value, flags=None): """ -- cgit v1.3.1