X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab0bf820128e74dc5e7d9e6413b88bca2621a34e..c4081e3a628c6ab697d7958f3f22bdf788c0c13c:/src/mc/Frame.cpp diff --git a/src/mc/Frame.cpp b/src/mc/Frame.cpp index 40f9ed363a..09a72de799 100644 --- a/src/mc/Frame.cpp +++ b/src/mc/Frame.cpp @@ -6,7 +6,7 @@ #include -#include +#include "xbt/sysdep.h" #include "src/mc/Frame.hpp" @@ -22,8 +22,8 @@ void* Frame::frame_base(unw_cursor_t& unw_cursor) const return location.address(); else if (location.in_register()) { // This is a special case. - // The register if not the location of the frame base - // (a frame base cannot be located in a register) + // The register is not the location of the frame base + // (a frame base cannot be located in a register). // Instead, DWARF defines this to mean that the register // contains the address of the frame base. unw_word_t word; @@ -34,4 +34,4 @@ void* Frame::frame_base(unw_cursor_t& unw_cursor) const } } -} \ No newline at end of file +}