diff options
| author | KyleMiles <krm504@nyu.edu> | 2021-06-09 14:49:03 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2021-07-07 23:27:28 -0400 |
| commit | 0f58b0742e3010eee6bbd2e15f4dd4930ec0d822 (patch) | |
| tree | 327a85661d466942aa6919b906f28e383c321d7f /rust/src | |
| parent | 8785e9d1a931d7562053fd6045b660a6211fbc1d (diff) | |
Rust API : Fix for calling convention ABI change
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/callingconvention.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/callingconvention.rs b/rust/src/callingconvention.rs index fb7fd3e1..a58e3bac 100644 --- a/rust/src/callingconvention.rs +++ b/rust/src/callingconvention.rs @@ -340,7 +340,7 @@ where ) where C: CallingConventionBase, { - ffi_wrap!("CallingConvention::incoming_var_for_param", unsafe { + ffi_wrap!("CallingConvention::incoming_param_for_var", unsafe { let ctxt = &*(ctxt as *mut CustomCallingConventionContext<C>); ptr::write( param, |
