From ee9464e3b0727127ec8567085d97633427171dcf Mon Sep 17 00:00:00 2001 From: eustas Date: Thu, 28 Jan 2016 16:32:38 +0100 Subject: [PATCH] Remove NO_ASAN annotation --- dec/decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dec/decode.c b/dec/decode.c index eecf826..920959c 100644 --- a/dec/decode.c +++ b/dec/decode.c @@ -127,7 +127,7 @@ static uint32_t DecodeWindowBits(BrotliBitReader* br) { return 17; } -static BROTLI_INLINE BROTLI_NO_ASAN void memmove16( +static BROTLI_INLINE void memmove16( uint8_t* dst, uint8_t* src) { #if defined(__ARM_NEON__) vst1q_u8(dst, vld1q_u8(src));