Silent unused macro warning on Aarch64.

This commit is contained in:
Brian Smith 2023-12-01 15:45:30 -08:00
parent e530025acd
commit ff1050e161

View File

@ -42,7 +42,7 @@ macro_rules! prefixed_extern {
#[deprecated = "`#[export_name]` creates problems and we will stop doing it."]
#[cfg(not(any(
target_arch = "aarc64",
target_arch = "aarch64",
target_arch = "arm",
target_arch = "x86",
target_arch = "x86_64"