* s390.h (s390_opcode_cpu_val): Add enum for cpu type z990.

This commit is contained in:
Martin Schwidefsky 2003-07-01 14:46:57 +00:00
parent 89af415b3f
commit c72a8f697c
2 changed files with 6 additions and 1 deletions

View file

@ -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. */