X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/968234160cc483b6ffab7980d39224ec51225c94..78a473edeca3dbc88eccbd5d882ac0494dce2360:/teshsuite/mc/dwarf/dwarf.cpp diff --git a/teshsuite/mc/dwarf/dwarf.cpp b/teshsuite/mc/dwarf/dwarf.cpp index 39739ca9a1..b3fe240bcc 100644 --- a/teshsuite/mc/dwarf/dwarf.cpp +++ b/teshsuite/mc/dwarf/dwarf.cpp @@ -117,7 +117,7 @@ int main(int argc, char** argv) simgrid::mc::Type* type; simgrid::mc::RemoteProcess process(getpid()); - process.init(); + process.init(nullptr, nullptr, nullptr, nullptr); test_global_variable(process, process.binary_info.get(), "some_local_variable", &some_local_variable, sizeof(int));