| Index: runtime/platform/address_sanitizer.h
|
| diff --git a/runtime/platform/address_sanitizer.h b/runtime/platform/address_sanitizer.h
|
| index bc7359dab31b06c0600cc0b48f390275e7537964..e6a45e805487b9870c0d2357323bec7a216a976c 100644
|
| --- a/runtime/platform/address_sanitizer.h
|
| +++ b/runtime/platform/address_sanitizer.h
|
| @@ -32,7 +32,7 @@ extern "C" void __lsan_unregister_root_region(const void* p, size_t size);
|
| } while (false && (ptr) == 0 && (len) == 0)
|
| #endif // __has_feature(address_sanitizer)
|
|
|
| -#else // defined(__has_feature)
|
| +#else // defined(__has_feature)
|
|
|
| #define ASAN_UNPOISON(ptr, len) \
|
| do { \
|
|
|