X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e7c91bff0bd806356165411e2d81c047ab243028..d780545ccaaae487edef9b6d293f3c61ab511fe4:/src/mc/LocationList.cpp diff --git a/src/mc/LocationList.cpp b/src/mc/LocationList.cpp index 7ce1b1e424..aabcab59b0 100644 --- a/src/mc/LocationList.cpp +++ b/src/mc/LocationList.cpp @@ -96,7 +96,7 @@ LocationList location_list( LocationListEntry::range_type range; if (start == 0) // If start == 0, this is not a location list: - range = {0, 0}; + range = { 0, UINT64_MAX }; else range = { base_address + start, base_address + end };