summaryrefslogtreecommitdiff
path: root/highlevelilinstruction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'highlevelilinstruction.cpp')
-rw-r--r--highlevelilinstruction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/highlevelilinstruction.cpp b/highlevelilinstruction.cpp
index 610c9e63..b5c3e7ed 100644
--- a/highlevelilinstruction.cpp
+++ b/highlevelilinstruction.cpp
@@ -2682,7 +2682,7 @@ ExprId HighLevelILFunction::RotateLeft(size_t size, ExprId left, ExprId right,
ExprId HighLevelILFunction::RotateLeftCarry(size_t size, ExprId left, ExprId right, ExprId carry,
const ILSourceLocation& loc)
{
- return AddExprWithLocation(HLIL_RRC, loc, size, left, right, carry);
+ return AddExprWithLocation(HLIL_RLC, loc, size, left, right, carry);
}