X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18bdb6eb6cd157e6f674f2621235635beb74d5c3..9b414687d4775105f21c2a381ef79da87039becd:/src/simix/simcalls.py diff --git a/src/simix/simcalls.py b/src/simix/simcalls.py index a938e4f6cb..fd8a29d893 100755 --- a/src/simix/simcalls.py +++ b/src/simix/simcalls.py @@ -337,7 +337,7 @@ if __name__ == '__main__': fd.write('void simgrid::kernel::actor::ActorImpl::simcall_handle(int times_considered_)\n') fd.write('{\n') fd.write(' XBT_DEBUG("Handling simcall %p: %s", &simcall_, SIMIX_simcall_name(simcall_.call_));\n') - fd.write(' SIMCALL_SET_MC_VALUE(simcall_, times_considered_);\n') + fd.write(' simcall_.mc_value_ = times_considered_;\n') fd.write(' if (simcall_.observer_ != nullptr)\n') fd.write(' simcall_.observer_->prepare(times_considered_);\n')