diff options
Diffstat (limited to 'opcodes/ia64-asmtab.h')
-rw-r--r-- | opcodes/ia64-asmtab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/ia64-asmtab.h b/opcodes/ia64-asmtab.h index 2bbdee3dd7e..5bbcbd5a680 100644 --- a/opcodes/ia64-asmtab.h +++ b/opcodes/ia64-asmtab.h @@ -140,6 +140,9 @@ struct ia64_dis_names for this instruction encoding. Which one to use is determined by the instruction type and other factors (see opcode_verify ()). */ unsigned int next_flag : 1; + + /* The disassembly priority of this entry among instructions. */ + unsigned short priority; }; #endif |