|
From: <sv...@va...> - 2012-08-28 13:31:46
|
florian 2012-08-28 14:31:31 +0100 (Tue, 28 Aug 2012)
New Revision: 2489
Log:
s390: Add the zEC12 machine model.
Modified files:
trunk/pub/libvex.h
Modified: trunk/pub/libvex.h (+2 -1)
===================================================================
--- trunk/pub/libvex.h 2012-08-26 19:58:13 +01:00 (rev 2488)
+++ trunk/pub/libvex.h 2012-08-28 14:31:31 +01:00 (rev 2489)
@@ -119,7 +119,8 @@
#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 */
|