aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pmcannotate/pmcannotate.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/pmcannotate/pmcannotate.c b/usr.sbin/pmcannotate/pmcannotate.c
index 03f384d3f531..f3ffeed92738 100644
--- a/usr.sbin/pmcannotate/pmcannotate.c
+++ b/usr.sbin/pmcannotate/pmcannotate.c
@@ -434,11 +434,6 @@ fqueue_getall(const char *bin, char *temp, int asmf)
start = agg->ag_ostart;
end = agg->ag_oend;
- /*
- * Fix-up the end address in order to show it in the objdump's
- * trace.
- */
- end++;
if (asmf)
snprintf(tmpf, sizeof(tmpf),
"objdump --start-address=%p "