diff options
Diffstat (limited to 'tools/objtool')
| -rw-r--r-- | tools/objtool/builtin-check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/builtin-check.c b/tools/objtool/builtin-check.c index 92d84b277032..4ed30f45c6da 100644 --- a/tools/objtool/builtin-check.c +++ b/tools/objtool/builtin-check.c | |||
| @@ -664,7 +664,7 @@ static int add_func_switch_tables(struct objtool_file *file, | |||
| 664 | struct symbol *func) | 664 | struct symbol *func) |
| 665 | { | 665 | { |
| 666 | struct instruction *insn, *prev_jump; | 666 | struct instruction *insn, *prev_jump; |
| 667 | struct rela *text_rela, *rodata_rela, *prev_rela; | 667 | struct rela *text_rela, *rodata_rela, *prev_rela = NULL; |
| 668 | int ret; | 668 | int ret; |
| 669 | 669 | ||
| 670 | prev_jump = NULL; | 670 | prev_jump = NULL; |
