X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4bcfd40036f842e976d329cd0cee7349b8e0f4d6..cdf6a962eb4e88efbed3df9c41343adabcf09e6c:/src/mc/inspect/Frame.cpp diff --git a/src/mc/inspect/Frame.cpp b/src/mc/inspect/Frame.cpp index 2d8620fc45..25b3bc2cfc 100644 --- a/src/mc/inspect/Frame.cpp +++ b/src/mc/inspect/Frame.cpp @@ -8,7 +8,7 @@ #include "xbt/sysdep.h" -#include "src/mc/Frame.hpp" +#include "src/mc/inspect/Frame.hpp" namespace simgrid { namespace mc { @@ -16,7 +16,7 @@ namespace mc { void* Frame::frame_base(unw_cursor_t& unw_cursor) const { simgrid::dwarf::Location location = - simgrid::dwarf::resolve(frame_base_location, object_info, &unw_cursor, nullptr, nullptr, -1); + simgrid::dwarf::resolve(frame_base_location, object_info, &unw_cursor, nullptr, nullptr); if (location.in_memory()) return location.address(); else if (location.in_register()) {