]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
teddy: alignment decl should match defn
authorMatthew Barr <matthew.barr@intel.com>
Mon, 21 Aug 2017 05:12:36 +0000 (15:12 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Mon, 18 Sep 2017 03:29:34 +0000 (13:29 +1000)
Spotted by coverity. #174512

src/fdr/teddy_runtime_common.h

index 5332423e810794d12f40059310a0241822ef20e8..1dbeb09796ce1c8acba83e21935df5212ab08860 100644 (file)
@@ -42,7 +42,7 @@
 
 extern const u8 ALIGN_DIRECTIVE p_mask_arr[17][32];
 #if defined(HAVE_AVX2)
-extern const u8 ALIGN_DIRECTIVE p_mask_arr256[33][64];
+extern const u8 ALIGN_AVX_DIRECTIVE p_mask_arr256[33][64];
 #endif
 
 #ifdef ARCH_64_BIT