aboutsummaryrefslogtreecommitdiff
path: root/src/sattypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sattypes.h')
-rw-r--r--src/sattypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sattypes.h b/src/sattypes.h
index 79bb47d..251e8bc 100644
--- a/src/sattypes.h
+++ b/src/sattypes.h
@@ -227,6 +227,8 @@ inline void cpuid(
return;
#elif defined(STRESSAPPTEST_CPU_ARMV7A)
return;
+#elif defined(STRESSAPPTEST_CPU_AARCH64)
+ return;
#else
#warning "Unsupported CPU type."
#endif