X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4249cbf34db972e00df34d98ec89cca899ac0a73..08ea5baca6d0667d4f47ee1688d4b2f30e97ee31:/src/mc/inspect/mc_unw.hpp diff --git a/src/mc/inspect/mc_unw.hpp b/src/mc/inspect/mc_unw.hpp index 148591a154..7b9babbba6 100644 --- a/src/mc/inspect/mc_unw.hpp +++ b/src/mc/inspect/mc_unw.hpp @@ -45,7 +45,7 @@ class UnwindContext { unw_context_t unwind_context_ = {}; public: - void initialize(simgrid::mc::RemoteProcessMemory* process, unw_context_t* c); + void initialize(simgrid::mc::RemoteProcessMemory& process, unw_context_t* c); unw_cursor_t cursor(); private: // Methods and virtual table for libunwind