]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/mc/dwarf-expression/dwarf-expression.cpp
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 23b7b3d9969710ab871bf9d19e25660dd73f56cd..febdea1a2a6e3c7e2bafb557f6c3d868f176d904 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;