From e9604c37df479a991d131d9540fafe78c7a0f7d4 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 9 Nov 2023 18:39:55 -0500 Subject: Add LLIL/MLIL instructions to describe integer vs. floating point argument usage --- rust/src/mlil/lift.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust/src/mlil/lift.rs') diff --git a/rust/src/mlil/lift.rs b/rust/src/mlil/lift.rs index 68a7884e..fc996cb4 100644 --- a/rust/src/mlil/lift.rs +++ b/rust/src/mlil/lift.rs @@ -105,6 +105,8 @@ pub enum MediumLevelILLiftedOperation { CallUntyped(LiftedCallUntyped), TailcallUntyped(LiftedCallUntyped), SyscallUntyped(LiftedSyscallUntyped), + SeparateParamList(LiftedSeparateParamList), + SharedParamSlot(LiftedSharedParamSlot), Neg(LiftedUnaryOp), Not(LiftedUnaryOp), Sx(LiftedUnaryOp), -- cgit v1.3.1