X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/abc08fdc1485a157248680ff0db75bebe9d12a86..41626f8a47c96f54fa3b1ee61a90fb0af699dcbc:/src/mc/mc_checkpoint.c diff --git a/src/mc/mc_checkpoint.c b/src/mc/mc_checkpoint.c index 897ff8fe59..6c787e15ad 100644 --- a/src/mc/mc_checkpoint.c +++ b/src/mc/mc_checkpoint.c @@ -404,12 +404,12 @@ static void mc_fill_local_variables_values(mc_stack_frame_t stack_frame, new_var->address = current_variable->address; } else if (current_variable->locations.size != 0) { s_mc_location_t location; - // FIXME, cross-process support - mc_dwarf_resolve_locations(&location, ¤t_variable->locations, - current_variable->object_info, - &(stack_frame->unw_cursor), - (void *) stack_frame->frame_base, - NULL, process_index); + mc_dwarf_resolve_locations( + &location, ¤t_variable->locations, + current_variable->object_info, + &(stack_frame->unw_cursor), + (void *) stack_frame->frame_base, + (mc_address_space_t) &mc_model_checker->process, process_index); switch(mc_get_location_type(&location)) { case MC_LOCATION_TYPE_ADDRESS: