Skip to content

Commit

Permalink
Merge pull request #552 from elbe0046/fix-aeabi-multi-def
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored Oct 31, 2023
2 parents c37f1fb + 9acbcc4 commit 8c6c66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ macro_rules! intrinsics {
#[cfg(target_arch = "arm")]
pub mod $alias {
#[cfg_attr(not(feature = "mangled-names"), no_mangle)]
#[cfg_attr(any(all(not(windows), not(target_vendor="apple"), feature = "weak-intrinsics")), linkage = "weak")]
#[cfg_attr(any(all(not(windows), not(target_vendor="apple")), feature = "weak-intrinsics"), linkage = "weak")]
pub extern "aapcs" fn $alias( $($argname: $ty),* ) $(-> $ret)? {
super::$name($($argname),*)
}
Expand Down

0 comments on commit 8c6c66d

Please sign in to comment.