From c72a8f697c87067b3e157a93ad6a1f4c4e019af2 Mon Sep 17 00:00:00 2001 From: Martin Schwidefsky Date: Tue, 1 Jul 2003 14:46:57 +0000 Subject: * s390.h (s390_opcode_cpu_val): Add enum for cpu type z990. --- include/opcode/s390.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/opcode/s390.h') diff --git a/include/opcode/s390.h b/include/opcode/s390.h index 6e32723..f582a4e 100644 --- a/include/opcode/s390.h +++ b/include/opcode/s390.h @@ -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. */ -- cgit v1.1