X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0b892a9de2e4218184dc0b0726773f386bb38b65..2802b166f59bb5c116384bdaa01691824b149a76:/src/simix/smx_context_base.c diff --git a/src/simix/smx_context_base.c b/src/simix/smx_context_base.c index a7a9f49bc1..1f3161b08f 100644 --- a/src/simix/smx_context_base.c +++ b/src/simix/smx_context_base.c @@ -48,7 +48,7 @@ smx_ctx_base_factory_create_context_sized(size_t size, smx_context_t context = xbt_malloc0(size); /* Store the address of the stack in heap to compare it apart of heap comparison */ - if(MC_IS_ENABLED) + if(MC_is_active()) MC_ignore(context, size); /* If the user provided a function for the process then use it.