Skip to content

Commit

Permalink
Set default region of interest for pointer chase
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hein committed Jun 27, 2019
1 parent eac10bf commit 394a1d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pointer_chase.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,8 @@ int main(int argc, char** argv)
const char* active_region = getenv("HOOKS_ACTIVE_REGION");
if (active_region != NULL) {
hooks_set_active_region(active_region);
} else {
hooks_set_active_region("chase_pointers");
}

pointer_chase_args args = parse_args(argc, argv);
Expand Down

0 comments on commit 394a1d6

Please sign in to comment.