From 46275f3367be969f3ce9f9264ad720bf83c2e0d1 Mon Sep 17 00:00:00 2001 From: Michael Krasnitski Date: Sun, 11 Feb 2024 21:28:33 -0500 Subject: Rename `LiftedConstantData` to `LiftedConstData` --- rust/src/hlil/instruction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/hlil/instruction.rs') diff --git a/rust/src/hlil/instruction.rs b/rust/src/hlil/instruction.rs index 6df49045..159652f1 100644 --- a/rust/src/hlil/instruction.rs +++ b/rust/src/hlil/instruction.rs @@ -744,7 +744,7 @@ impl HighLevelILInstruction { Const(op) => Lifted::Const(op), ConstPtr(op) => Lifted::ConstPtr(op), Import(op) => Lifted::Import(op), - ConstData(op) => Lifted::ConstData(LiftedConstantData { + ConstData(op) => Lifted::ConstData(LiftedConstData { constant_data: ConstantData::new( self.function.get_function(), RegisterValue { -- cgit v1.3.1