summaryrefslogtreecommitdiffstats
path: root/src/detection/cpucache/cpucache_nosupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/detection/cpucache/cpucache_nosupport.c')
-rw-r--r--src/detection/cpucache/cpucache_nosupport.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/detection/cpucache/cpucache_nosupport.c b/src/detection/cpucache/cpucache_nosupport.c
new file mode 100644
index 0000000..51d2256
--- /dev/null
+++ b/src/detection/cpucache/cpucache_nosupport.c
@@ -0,0 +1,5 @@
+#include "cpucache.h"
+
+const char* ffDetectCPUCache(FF_A_UNUSED FFCPUCacheResult* result) {
+ return "Not supported on this platform";
+}