diff options
-rw-r--r-- | tools/perf/util/jitdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/jitdump.c b/tools/perf/util/jitdump.c index 95f0884aae02..f3ed3c963c71 100644 --- a/tools/perf/util/jitdump.c +++ b/tools/perf/util/jitdump.c | |||
@@ -581,7 +581,7 @@ static int | |||
581 | jit_process_dump(struct jit_buf_desc *jd) | 581 | jit_process_dump(struct jit_buf_desc *jd) |
582 | { | 582 | { |
583 | union jr_entry *jr; | 583 | union jr_entry *jr; |
584 | int ret; | 584 | int ret = 0; |
585 | 585 | ||
586 | while ((jr = jit_get_next_entry(jd))) { | 586 | while ((jr = jit_get_next_entry(jd))) { |
587 | switch(jr->prefix.id) { | 587 | switch(jr->prefix.id) { |