forked from OSchip/llvm-project
[asan] Remove semicolon after do {} while (0)
Remove semicolon after "do {} while (0)" in in CHECK_SMALL_REGION llvm-svn: 318084
This commit is contained in:
parent
25cbe525ef
commit
a91707224d
|
@ -217,7 +217,7 @@ uptr __asan_region_is_poisoned(uptr beg, uptr size) {
|
|||
uptr __bad = __asan_region_is_poisoned(__p, __size); \
|
||||
__asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
|
||||
} \
|
||||
} while (false); \
|
||||
} while (false)
|
||||
|
||||
|
||||
extern "C" SANITIZER_INTERFACE_ATTRIBUTE
|
||||
|
|
Loading…
Reference in New Issue