Skip to content

Commit

Permalink
Update gotcha.c
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan authored Oct 3, 2023
1 parent 815cdac commit b676c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gotcha.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ static int mark_got_writable(struct link_map *lib) {
"and was unable to do so, "
"calls to wrapped functions may likely fail.\n");
}
plt_got_written = 1; // GCOVR_EXCL_STOP
plt_got_written = 1;
// GCOVR_EXCL_STOP
} else if (plt_got_addr == got_addr + got_size) {
// This is a more common case.
debug_printf(3,
Expand Down

0 comments on commit b676c9a

Please sign in to comment.