Skip to content

Commit

Permalink
Remove patches for unmatched spans.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Jun 18, 2009
1 parent 3b38583 commit bc5377b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions objmanip.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,10 @@ void unmatch_span(struct span *old_span)
unmatch_addr_spans(old_span, new_span, ts);
}

new_span->patch = false;
new_span->bugpatch = false;
new_span->datapatch = false;

changed = true;
}

Expand Down

0 comments on commit bc5377b

Please sign in to comment.