Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC gets the addresses of variables it needs from the network (not dwarf)
[simgrid.git] / teshsuite / mc / dwarf-expression / dwarf-expression.cpp
index 23b7b3d..febdea1 100644 (file)
@@ -146,7 +146,7 @@ static void test_deref(simgrid::dwarf::ExpressionContext const& state)
 int main()
 {
   auto* process = new simgrid::mc::RemoteProcess(getpid());
-  process->init();
+  process->init(nullptr, nullptr, nullptr, nullptr);
 
   simgrid::dwarf::ExpressionContext state;
   state.address_space = (simgrid::mc::AddressSpace*) process;