From 5fc2c803a29220173e871eb4c07cf2987971f28f Mon Sep 17 00:00:00 2001 From: Matthew Barr Date: Mon, 21 Aug 2017 15:12:36 +1000 Subject: [PATCH] teddy: alignment decl should match defn Spotted by coverity. #174512 --- src/fdr/teddy_runtime_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fdr/teddy_runtime_common.h b/src/fdr/teddy_runtime_common.h index 5332423e..1dbeb097 100644 --- a/src/fdr/teddy_runtime_common.h +++ b/src/fdr/teddy_runtime_common.h @@ -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