Misc assembly/disassembly fixes.

This commit is contained in:
Timothy Wall
2000-04-23 02:39:13 +00:00
parent dc8d251e9c
commit aa170a07eb
7 changed files with 5687 additions and 3945 deletions

View File

@ -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