]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/objtool/check.h
objtool: Convert insn type to enum
[linux.git] / tools / objtool / check.h
index afa6a79e0715863b68fa5710180d1c2a6ce44bba..b881fafcf55d6011438287d172abb4429dd79b11 100644 (file)
@@ -31,7 +31,7 @@ struct instruction {
        struct section *sec;
        unsigned long offset;
        unsigned int len;
-       unsigned char type;
+       enum insn_type type;
        unsigned long immediate;
        bool alt_group, visited, dead_end, ignore, hint, save, restore, ignore_alts;
        bool retpoline_safe;