Update macros.rs
This commit is contained in:
parent
4c8bb40c8d
commit
f6cd5cf806
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ macro_rules! intrinsics {
|
|||
#[cfg(target_arch = "arm")]
|
||||
pub mod $alias {
|
||||
#[cfg_attr(not(feature = "mangled-names"), no_mangle)]
|
||||
#[cfg_attr(all(not(windows), not(target_vendor="apple")), linkage = "weak")]
|
||||
pub extern "aapcs" fn $alias( $($argname: $ty),* ) $(-> $ret)? {
|
||||
super::$name($($argname),*)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue