X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c9b5c4107389722899efcee79bc56d8181a621fa..01a26a51594f70d9e244fc7a29fb555f8a713b56:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index cbf1f35e83..2ae91410fd 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -474,6 +474,7 @@ struct s_dw_frame{ xbt_dynar_t /* */ variables; /* Cannot use dict, there may be several variables with the same name (in different lexical blocks)*/ unsigned long int id; /* DWARF offset of the subprogram */ xbt_dynar_t /* */ scopes; + Dwarf_Off abstract_origin_id; }; struct s_mc_function_index_item {