提交 7454b5c6 编写于 作者: E Eduard Burtescu

trans: Set the calling convention in apply_attrs_callsite.

上级 77f34841
......@@ -432,5 +432,9 @@ pub fn apply_attrs_callsite(&self, callsite: ValueRef) {
i += 1;
}
}
if self.cconv != llvm::CCallConv {
llvm::SetInstructionCallConv(callsite, self.cconv);
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册