X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/37151c0d4c6efccef4ac99502864f1a7d8fc830b..ae7eb908102a9049410dd066d4a6c521344bac28:/src/mc/mc_liveness.c diff --git a/src/mc/mc_liveness.c b/src/mc/mc_liveness.c index aa5bd8bfe8..d11136815a 100644 --- a/src/mc/mc_liveness.c +++ b/src/mc/mc_liveness.c @@ -266,8 +266,9 @@ void MC_ddfs_init(void){ MC_UNSET_RAW_MEM; - /* Get .plt section (start and end addresses) for data libsimgrid comparison */ - get_plt_section(); + /* Get .plt section (start and end addresses) for data libsimgrid and data program comparison */ + get_libsimgrid_plt_section(); + get_binary_plt_section(); unsigned int cursor = 0; xbt_state_t state;