X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/85eba730d00d911deeb2d897a7bc51cade383612..145ee1970e9593034dededcc9f9f0e01a63ed5e1:/src/mc/compare.cpp diff --git a/src/mc/compare.cpp b/src/mc/compare.cpp index 849059b214..fdeba59b63 100644 --- a/src/mc/compare.cpp +++ b/src/mc/compare.cpp @@ -845,9 +845,7 @@ static bool heap_area_differ(const RemoteProcess& process, StateComparator& stat } if (type_size != -1 && type_size != (ssize_t)heapinfo1->busy_block.busy_size && - type_size != (ssize_t)heapinfo2->busy_block.busy_size && - (type->name.empty() || - type->name == "struct s_smx_context")) { // FIXME: there is no struct s_smx_context anymore + type_size != (ssize_t)heapinfo2->busy_block.busy_size && type->name.empty()) { if (match_pairs) state.match_equals(previous); return false;