Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oops
authordegomme <augustin.degomme@unibas.ch>
Fri, 4 Mar 2016 14:32:28 +0000 (15:32 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Fri, 4 Mar 2016 14:33:20 +0000 (15:33 +0100)
src/simix/RawContext.cpp

index 83c3c75..bb1af0a 100644 (file)
@@ -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