diff options
Diffstat (limited to 'tools/objtool/special.h')
-rw-r--r-- | tools/objtool/special.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/objtool/special.h b/tools/objtool/special.h index fad1d092f679..d5c062e718ef 100644 --- a/tools/objtool/special.h +++ b/tools/objtool/special.h @@ -26,6 +26,7 @@ struct special_alt { bool group; bool skip_orig; + bool skip_alt; bool jump_or_nop; struct section *orig_sec; |