aboutsummaryrefslogtreecommitdiff
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
commitaa170a07eb955e54eccf5df5129a4e2c92d7c5a1 (patch)
tree8beaa123cef99aa93d55442c7acc06a8907a8e05 /opcodes/ia64-asmtab.h
parentdc8d251e9c86a76a916824bfd79d289c4964c8bd (diff)
downloadgdb-aa170a07eb955e54eccf5df5129a4e2c92d7c5a1.zip
gdb-aa170a07eb955e54eccf5df5129a4e2c92d7c5a1.tar.gz
gdb-aa170a07eb955e54eccf5df5129a4e2c92d7c5a1.tar.bz2
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 2bbdee3..5bbcbd5 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