summaryrefslogtreecommitdiff
path: root/tools/objtool/arch/x86/include/asm/orc_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objtool/arch/x86/include/asm/orc_types.h')
-rw-r--r--tools/objtool/arch/x86/include/asm/orc_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/objtool/arch/x86/include/asm/orc_types.h b/tools/objtool/arch/x86/include/asm/orc_types.h
index 9c9dc579bd7d..46f516dd80ce 100644
--- a/tools/objtool/arch/x86/include/asm/orc_types.h
+++ b/tools/objtool/arch/x86/include/asm/orc_types.h
@@ -88,6 +88,7 @@ struct orc_entry {
unsigned sp_reg:4;
unsigned bp_reg:4;
unsigned type:2;
+ unsigned end:1;
} __packed;
/*
@@ -101,6 +102,7 @@ struct unwind_hint {
s16 sp_offset;
u8 sp_reg;
u8 type;
+ u8 end;
};
#endif /* __ASSEMBLY__ */