X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a57327d86b9fb16acacc71a3359817acd2a2816b..cd4a6bff769c06de3840b08926eccf0734642f57:/src/mc/inspect/Frame.cpp diff --git a/src/mc/inspect/Frame.cpp b/src/mc/inspect/Frame.cpp index dca624da69..8392fcdecf 100644 --- a/src/mc/inspect/Frame.cpp +++ b/src/mc/inspect/Frame.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2019. The SimGrid Team. +/* Copyright (c) 2007-2021. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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()) {