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
commitfbe3864c445cb91152a061cf1bd340f2e282ec0d (patch)
treef886f3bc656d04ef35284d3261f8107f5a1f6eec /opcodes/ia64-asmtab.h
parent007144c92c9c3768dafd1480468aff9268e6f1ba (diff)
downloadgdb-fbe3864c445cb91152a061cf1bd340f2e282ec0d.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 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