summaryrefslogtreecommitdiff
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, 3 insertions, 0 deletions
diff --git a/tools/objtool/check.h b/tools/objtool/check.h
index 99413d4ca4b1..12a9660c960b 100644
--- a/tools/objtool/check.h
+++ b/tools/objtool/check.h
@@ -18,6 +18,8 @@ struct insn_state {
unsigned int uaccess_stack;
bool uaccess;
bool df;
+ bool noinstr;
+ s8 instr;
};
struct instruction {
@@ -31,6 +33,7 @@ struct instruction {
bool alt_group, dead_end, ignore, ignore_alts;
bool hint;
bool retpoline_safe;
+ s8 instr;
u8 visited;
u8 ret_offset;
struct symbol *call_dest;