From: Florian Krohm Date: Tue, 28 Aug 2012 13:31:31 +0000 (+0000) Subject: s390: Add the zEC12 machine model. X-Git-Tag: svn/VALGRIND_3_9_0^2~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0269a87e572f8cce0f1cbac734764ab6ef76812a;p=thirdparty%2Fvalgrind.git s390: Add the zEC12 machine model. git-svn-id: svn://svn.valgrind.org/vex/trunk@2489 --- 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 */