X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/edb6af844776d5c67dc71b6e4e00769eb7158ff0..323010d1c247d0097b2cdc79d1da143846461999:/src/kernel/context/ContextRaw.hpp diff --git a/src/kernel/context/ContextRaw.hpp b/src/kernel/context/ContextRaw.hpp index d7d48eb8f8..fb17bc6176 100644 --- a/src/kernel/context/ContextRaw.hpp +++ b/src/kernel/context/ContextRaw.hpp @@ -40,7 +40,7 @@ private: /** pointer to top the stack stack */ void* stack_top_ = nullptr; -#if HAVE_SANITIZE_ADDRESS_FIBER_SUPPORT +#if HAVE_SANITIZER_ADDRESS_FIBER_SUPPORT const void* asan_stack_ = nullptr; size_t asan_stack_size_ = 0; RawContext* asan_ctx_ = nullptr;