X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/558cfc9fc06c8d1a7206b5995d3736cc11319529..83e8a9d7a3ec42a459b77b448486317f2ab354ce:/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",