X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e142dc9504e49b2fbefd63ed1763e722fff1de10..4cd0f3b0060079587c26a9969f070f790740ae25:/src/simix/ActorImpl.cpp?ds=sidebyside diff --git a/src/simix/ActorImpl.cpp b/src/simix/ActorImpl.cpp index adfd9e389f..7bdaca7046 100644 --- a/src/simix/ActorImpl.cpp +++ b/src/simix/ActorImpl.cpp @@ -748,7 +748,7 @@ void SIMIX_process_yield(smx_actor_t self) std::rethrow_exception(std::move(exception)); } - if (SMPI_switch_data_segment && !self->finished) { + if (SMPI_switch_data_segment && not self->finished) { SMPI_switch_data_segment(self->pid); } }