X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/336a8849b0b57d576c5772a217ad13d0b8c9cc42..b16e6e644a2b398d2618a70c1b2f49c94c65d73c:/teshsuite/mc/dwarf/dwarf.cpp diff --git a/teshsuite/mc/dwarf/dwarf.cpp b/teshsuite/mc/dwarf/dwarf.cpp index 83862c4c16..09ad40efdd 100644 --- a/teshsuite/mc/dwarf/dwarf.cpp +++ b/teshsuite/mc/dwarf/dwarf.cpp @@ -14,7 +14,6 @@ #include #include "mc/datatypes.h" -#include "src/mc/mc_object_info.h" #include "src/mc/mc_private.h" #include "src/mc/Process.hpp" @@ -69,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",