From 0269a87e572f8cce0f1cbac734764ab6ef76812a Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Tue, 28 Aug 2012 13:31:31 +0000 Subject: [PATCH] s390: Add the zEC12 machine model. git-svn-id: svn://svn.valgrind.org/vex/trunk@2489 --- VEX/pub/libvex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VEX/pub/libvex.h b/VEX/pub/libvex.h index 1b32c70f5e..95551a26a6 100644 --- a/VEX/pub/libvex.h +++ b/VEX/pub/libvex.h @@ -119,7 +119,8 @@ typedef #define VEX_S390X_MODEL_Z10_BC 7 #define VEX_S390X_MODEL_Z196 8 #define VEX_S390X_MODEL_Z114 9 -#define VEX_S390X_MODEL_UNKNOWN 10 /* always last in list */ +#define VEX_S390X_MODEL_ZEC12 10 +#define VEX_S390X_MODEL_UNKNOWN 11 /* always last in list */ #define VEX_S390X_MODEL_MASK 0x3F #define VEX_HWCAPS_S390X_LDISP (1<<6) /* Long-displacement facility */ -- 2.47.2