summaryrefslogtreecommitdiff
path: root/rust/src/mlil/lift.rs
diff options
context:
space:
mode:
authorMichael Krasnitski <michael.krasnitski@gmail.com>2024-02-11 21:28:33 -0500
committerKyle Martin <krm504@nyu.edu>2024-03-18 17:46:37 -0400
commit46275f3367be969f3ce9f9264ad720bf83c2e0d1 (patch)
tree165001b9b5c0891bef9fa913259143d318b5cb88 /rust/src/mlil/lift.rs
parent044ddd5196ef42a7fd7ac7c11d93f3d8ecb1c4d2 (diff)
Rename `LiftedConstantData` to `LiftedConstData`
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),