Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
laksono committed Dec 17, 2016
2 parents 79c2087 + 9d3c4bf commit 28ff9f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tool/hpcrun/unwind/common/ui_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ uw_recipe_map_lookup_ilmstat_btuwi_pair_helper(void *addr) {
static void
uw_recipe_map_delete_range(void* start, void* end)
{
// use EMSG to log this call.
EMSG("uw_recipe_map_delete_range from %p to %p \n", start, end);
TMSG(UITREE, "uw_recipe_map_delete_range from %p to %p", start, end);
a2r_map_inrange_del_bulk_unsynch(addr2recipe_map, (uintptr_t)start, (uintptr_t)end - 1);
}

Expand Down

0 comments on commit 28ff9f6

Please sign in to comment.