From: degomme Date: Fri, 4 Mar 2016 14:32:28 +0000 (+0100) Subject: oops X-Git-Tag: v3_13~561^2^2~1^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3289e0c9154f17ee4de209114441c17c2b4c166c?hp=e9b1194a39ec83337fda159056c0ab8bd52a952e oops --- diff --git a/src/simix/RawContext.cpp b/src/simix/RawContext.cpp index 83c3c7569a..bb1af0a2ee 100644 --- a/src/simix/RawContext.cpp +++ b/src/simix/RawContext.cpp @@ -473,7 +473,7 @@ void RawContext::resume_parallel() xbt_os_thread_set_specific(raw_worker_id_key, (void*) worker_id); RawContext* worker_context = (RawContext*) SIMIX_context_self(); raw_workers_context[worker_id] = worker_context; - XBT_DEBUG("Saving worker stack %lu", worker_id); + XBT_DEBUG("Saving worker stack %zu", worker_id); SIMIX_context_set_current(this); raw_swapcontext(&worker_context->stack_top_, this->stack_top_); #else