From ad7f5293db22e23d8d50077aa99f5d7a904092fc Mon Sep 17 00:00:00 2001 From: Michael Krasnitski Date: Fri, 6 Jan 2023 14:13:55 -0500 Subject: Rust API: Additional Cleanup --- rust/src/callingconvention.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/callingconvention.rs') diff --git a/rust/src/callingconvention.rs b/rust/src/callingconvention.rs index 99b6c654..52d1407c 100644 --- a/rust/src/callingconvention.rs +++ b/rust/src/callingconvention.rs @@ -449,7 +449,7 @@ impl CallingConvention { pub fn variables_for_parameters( &self, params: &[FunctionParameter], - int_arg_registers: Option>, + int_arg_registers: Option<&[A::Register]>, ) -> Vec { let mut bn_params: Vec = vec![]; let mut name_strings = vec![]; -- cgit v1.3.1