X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0040bdd2da0584c51ac1d223bc0aaf0748be66b..01810beb59acf79a551d344942f520a8cb304d16:/src/mc/mc_hash.c diff --git a/src/mc/mc_hash.c b/src/mc/mc_hash.c index 8283392da6..c46dc4a2f1 100644 --- a/src/mc/mc_hash.c +++ b/src/mc/mc_hash.c @@ -253,7 +253,7 @@ static void mc_hash_stack_frame( * \param frame * \param unw_cursor */ -void* mc_find_frame_base(unw_word_t ip, dw_frame_t frame, unw_cursor_t* unw_cursor) { +void* mc_find_frame_base(void* ip, dw_frame_t frame, unw_cursor_t* unw_cursor) { switch(frame->frame_base->type) { case e_dw_loclist: {