aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objtool/check.h')
-rw-r--r--tools/objtool/check.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/objtool/check.h b/tools/objtool/check.h
index b881fafcf55d..6d875ca6fce0 100644
--- a/tools/objtool/check.h
+++ b/tools/objtool/check.h
@@ -33,8 +33,9 @@ struct instruction {
33 unsigned int len; 33 unsigned int len;
34 enum insn_type type; 34 enum insn_type type;
35 unsigned long immediate; 35 unsigned long immediate;
36 bool alt_group, visited, dead_end, ignore, hint, save, restore, ignore_alts; 36 bool alt_group, dead_end, ignore, hint, save, restore, ignore_alts;
37 bool retpoline_safe; 37 bool retpoline_safe;
38 u8 visited;
38 struct symbol *call_dest; 39 struct symbol *call_dest;
39 struct instruction *jump_dest; 40 struct instruction *jump_dest;
40 struct instruction *first_jump_src; 41 struct instruction *first_jump_src;