summaryrefslogtreecommitdiff
path: root/opcodes/ia64-asmtab.h
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-04-23 02:39:13 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-04-23 02:39:13 +0000
commit4795361f0c09657f2a4a8456bc9bcf59754eba7b (patch)
tree615e98af6c25d93d1a6d1cfbfb138c8eedf37a02 /opcodes/ia64-asmtab.h
parentfb87735520de1c25f0299b7da2dbc146481f8379 (diff)
downloadbinutils-redhat-4795361f0c09657f2a4a8456bc9bcf59754eba7b.tar.gz
Misc assembly/disassembly fixes.
Diffstat (limited to 'opcodes/ia64-asmtab.h')
-rw-r--r--opcodes/ia64-asmtab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/ia64-asmtab.h b/opcodes/ia64-asmtab.h
index 2bbdee3dd7..5bbcbd5a68 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