X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c3c8a4edb0c9e5ac9d67f20ac2139845d727c79b..5afd75483d80ccf2c678e50f82613b3556c7ca97:/src/simix/popping_generated.cpp diff --git a/src/simix/popping_generated.cpp b/src/simix/popping_generated.cpp index 3a736cb6c0..9b9a7b5d8f 100644 --- a/src/simix/popping_generated.cpp +++ b/src/simix/popping_generated.cpp @@ -48,7 +48,7 @@ constexpr std::array simcall_names{{ */ void simgrid::kernel::actor::ActorImpl::simcall_handle(int times_considered) { - XBT_DEBUG("Handling simcall %p: %s", &simcall_, SIMIX_simcall_name(simcall_.call_)); + XBT_DEBUG("Handling simcall %p: %s", &simcall_, SIMIX_simcall_name(simcall_)); simcall_.mc_value_ = times_considered; if (simcall_.observer_ != nullptr) simcall_.observer_->prepare(times_considered);