X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c993a2e8a405c386924126a84caa9bd561edf81c..30d60b272963b1b130ea80840af783ee9c146b97:/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 e9655c8da7..f059b2c058 100644 --- a/teshsuite/mc/dwarf_expression/dwarf_expression.cpp +++ b/teshsuite/mc/dwarf_expression/dwarf_expression.cpp @@ -12,13 +12,12 @@ #include #include -#include "mc/mc_private.h" -#include "mc/mc_object_info.h" +#include "src/mc/mc_private.h" -#include "mc/Process.hpp" -#include "mc/Type.hpp" -#include "mc/ObjectInformation.hpp" -#include "mc/Variable.hpp" +#include "src/mc/Process.hpp" +#include "src/mc/Type.hpp" +#include "src/mc/ObjectInformation.hpp" +#include "src/mc/Variable.hpp" static simgrid::mc::Process* process; @@ -151,6 +150,7 @@ void test_deref(simgrid::dwarf::ExpressionContext const& state) { int main(int argc, char** argv) { process = new simgrid::mc::Process(getpid(), -1); + process->init(); simgrid::dwarf::ExpressionContext state; state.address_space = (simgrid::mc::AddressSpace*) process;