[NFC][asan] Fix Condition annotation after 30bbb73bb4

This commit is contained in:
Vitaly Buka 2022-08-08 18:33:43 -07:00
parent 8d9d27db47
commit 341ee9c029
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ struct AsanInterceptorContext {
} \
ENSURE_ASAN_INITED(); \
if (LIKELY(flags()->replace_intrin)) { \
if (UNLIKELY(to != from)) { \
if (LIKELY(to != from)) { \
CHECK_RANGES_OVERLAP("memcpy", to, size, from, size); \
} \
ASAN_READ_RANGE(ctx, from, size); \