X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..aa64bb0b015da853b7f904a9384cfa14cf42326f:/teshsuite/mc/dwarf-expression/dwarf-expression.cpp diff --git a/teshsuite/mc/dwarf-expression/dwarf-expression.cpp b/teshsuite/mc/dwarf-expression/dwarf-expression.cpp index a3175171d3..8ed3273ed2 100644 --- a/teshsuite/mc/dwarf-expression/dwarf-expression.cpp +++ b/teshsuite/mc/dwarf-expression/dwarf-expression.cpp @@ -149,7 +149,7 @@ static void test_deref(simgrid::dwarf::ExpressionContext const& state) int main() { auto* process = new simgrid::mc::RemoteProcess(getpid()); - process->init(nullptr, nullptr, nullptr, nullptr); + process->init(nullptr, nullptr, nullptr); simgrid::dwarf::ExpressionContext state; state.address_space = (simgrid::mc::AddressSpace*) process;