summaryrefslogtreecommitdiff
path: root/rust/src/mlil/lift.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/mlil/lift.rs')
-rw-r--r--rust/src/mlil/lift.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/mlil/lift.rs b/rust/src/mlil/lift.rs
index 15caad46..e9ae54bc 100644
--- a/rust/src/mlil/lift.rs
+++ b/rust/src/mlil/lift.rs
@@ -42,7 +42,7 @@ pub enum MediumLevelILLiftedInstructionKind {
ConstPtr(Constant),
Import(Constant),
ExternPtr(ExternPtr),
- ConstData(LiftedConstantData),
+ ConstData(LiftedConstData),
Jump(LiftedJump),
RetHint(LiftedJump),
StoreSsa(LiftedStoreSsa),