Remove incorrect check in lib_call
This commit is contained in:
parent
90a7ee6c70
commit
4991d08bc6
@ -119,9 +119,7 @@ pub(crate) fn lib_call(
|
||||
returns: Vec<AbiParam>,
|
||||
args: &[Value],
|
||||
) -> Cow<'_, [Value]> {
|
||||
if self.tcx.sess.target.is_like_windows
|
||||
&& params.iter().any(|param| param.value_type == types::I128)
|
||||
{
|
||||
if self.tcx.sess.target.is_like_windows {
|
||||
let (mut params, mut args): (Vec<_>, Vec<_>) =
|
||||
params
|
||||
.into_iter()
|
||||
|
Loading…
Reference in New Issue
Block a user