|
@@ -664,7 +664,7 @@ static int add_func_switch_tables(struct objtool_file *file,
|
|
struct symbol *func)
|
|
struct symbol *func)
|
|
{
|
|
{
|
|
struct instruction *insn, *prev_jump;
|
|
struct instruction *insn, *prev_jump;
|
|
- struct rela *text_rela, *rodata_rela, *prev_rela;
|
|
|
|
|
|
+ struct rela *text_rela, *rodata_rela, *prev_rela = NULL;
|
|
int ret;
|
|
int ret;
|
|
|
|
|
|
prev_jump = NULL;
|
|
prev_jump = NULL;
|