X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..0e7d247670cc012d8e784d0c8bcbb70a1c0bb9c6:/src/mc/mc_member.cpp diff --git a/src/mc/mc_member.cpp b/src/mc/mc_member.cpp index 8ce5366117..c2c67e7b1e 100644 --- a/src/mc/mc_member.cpp +++ b/src/mc/mc_member.cpp @@ -1,12 +1,12 @@ -/* Copyright (c) 2014-2015. The SimGrid Team. +/* Copyright (c) 2014-2017. The SimGrid Team. * All rights reserved. */ /* 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 "src/mc/mc_private.h" #include "src/mc/Type.hpp" #include "src/mc/mc_dwarf.hpp" +#include "src/mc/mc_private.hpp" namespace simgrid { namespace dwarf { @@ -23,10 +23,6 @@ void *resolve_member( const void *base, simgrid::mc::Type* type, simgrid::mc::Member* member, simgrid::mc::AddressSpace* address_space, int process_index) { - // TODO, get rid of this? - if (!member->has_offset_location()) - return ((char *) base) + member->offset(); - ExpressionContext state; state.frame_base = nullptr; state.cursor = nullptr;