X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8139a23d31f0561dc2119001779692c3e0487b52..4bb0e691487e7925e4921da271e083b64fde57cf:/src/mc/mc_hash.cpp?ds=sidebyside diff --git a/src/mc/mc_hash.cpp b/src/mc/mc_hash.cpp index 6e11940004..628b2eb6e2 100644 --- a/src/mc/mc_hash.cpp +++ b/src/mc/mc_hash.cpp @@ -82,7 +82,7 @@ static void mc_hash_value(mc_hash_t * hash, mc_hashing_state * state, mc_object_info_t info, const void *address, dw_type_t type) { - mc_process_t process = &mc_model_checker->process; + mc_process_t process = &mc_model_checker->process(); top: switch (type->type) {