summaryrefslogtreecommitdiff
path: root/rust/src/hlil/lift.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/hlil/lift.rs')
-rw-r--r--rust/src/hlil/lift.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/hlil/lift.rs b/rust/src/hlil/lift.rs
index e993bcae..f8db34c5 100644
--- a/rust/src/hlil/lift.rs
+++ b/rust/src/hlil/lift.rs
@@ -99,7 +99,7 @@ pub enum HighLevelILLiftedInstructionKind {
Const(Const),
ConstPtr(Const),
Import(Const),
- ConstData(LiftedConstantData),
+ ConstData(LiftedConstData),
Deref(LiftedUnaryOp),
AddressOf(LiftedUnaryOp),
Neg(LiftedUnaryOp),