* s390.h (s390_opcode_cpu_val): Add enum for cpu type z990.
This commit is contained in:
parent
89af415b3f
commit
c72a8f697c
2 changed files with 6 additions and 1 deletions
|
@ -34,7 +34,8 @@ enum s390_opcode_cpu_val
|
|||
{
|
||||
S390_OPCODE_G5 = 0,
|
||||
S390_OPCODE_G6,
|
||||
S390_OPCODE_Z900
|
||||
S390_OPCODE_Z900,
|
||||
S390_OPCODE_Z990
|
||||
};
|
||||
|
||||
/* The opcode table is an array of struct s390_opcode. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue