From c29a2349dd29c66202fd19a1b5f8d4026a8b59e3 Mon Sep 17 00:00:00 2001 From: CensoredUsername Date: Sat, 28 Sep 2024 01:00:07 +0200 Subject: [PATCH] Add basic aarch64 cache coherency test. --- testing/tests/aarch64_complex.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/tests/aarch64_complex.rs b/testing/tests/aarch64_complex.rs index c3b1ed79a..4b6611ec8 100644 --- a/testing/tests/aarch64_complex.rs +++ b/testing/tests/aarch64_complex.rs @@ -10,7 +10,7 @@ use dynasmrt::components::LitPool; macro_rules! my_dynasm { ($ops:ident $($t:tt)*) => { dynasm!($ops - ; .arch x64 + ; .arch aarch64 ; .alias test, x1 $($t)* ) @@ -35,7 +35,6 @@ fn complex() { // interesting testcases my_dynasm!(ops - ; .arch aarch64 ; aligned: // no args ; nop