X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/31f8d2188a6cfd24c58c7503728bc1317be2f073..b16e6e644a2b398d2618a70c1b2f49c94c65d73c:/teshsuite/mc/dwarf/dwarf.cpp diff --git a/teshsuite/mc/dwarf/dwarf.cpp b/teshsuite/mc/dwarf/dwarf.cpp index 048984e271..09ad40efdd 100644 --- a/teshsuite/mc/dwarf/dwarf.cpp +++ b/teshsuite/mc/dwarf/dwarf.cpp @@ -68,7 +68,7 @@ static void test_local_variable(simgrid::mc::ObjectInformation* info, const char void* frame_base = subprogram->frame_base(*cursor); simgrid::dwarf::Location location = simgrid::dwarf::resolve( - var->location_list, info, cursor, frame_base, NULL, -1); + var->location_list, info, cursor, frame_base, nullptr, -1); xbt_assert(location.in_memory(), "Expected the variable %s of function %s to be in memory",