X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f32263569ffe21e013c081a922778e4cb785d7f..e6ca184e99d50d0ee8fe405a83ee5277e2ecfce6:/src/mc/Frame.cpp diff --git a/src/mc/Frame.cpp b/src/mc/Frame.cpp index 448cfa1114..40f9ed363a 100644 --- a/src/mc/Frame.cpp +++ b/src/mc/Frame.cpp @@ -4,7 +4,11 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include +#include + +#include + +#include "src/mc/Frame.hpp" namespace simgrid { namespace mc { @@ -13,7 +17,7 @@ void* Frame::frame_base(unw_cursor_t& unw_cursor) const { simgrid::dwarf::Location location = simgrid::dwarf::resolve( frame_base_location, object_info, - &unw_cursor, NULL, NULL, -1); + &unw_cursor, nullptr, nullptr, -1); if (location.in_memory()) return location.address(); else if (location.in_register()) {