diff options
Diffstat (limited to 'tools/objtool/arch.h')
-rw-r--r-- | tools/objtool/arch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/objtool/arch.h b/tools/objtool/arch.h index 445b8fa73ccb..25dd4a9b38b2 100644 --- a/tools/objtool/arch.h +++ b/tools/objtool/arch.h @@ -21,7 +21,6 @@ enum insn_type { INSN_RETURN, INSN_EXCEPTION_RETURN, INSN_CONTEXT_SWITCH, - INSN_STACK, INSN_BUG, INSN_NOP, INSN_STAC, |