|
From: <sv...@va...> - 2016-02-16 21:14:55
|
Author: florian
Date: Tue Feb 16 21:14:47 2016
New Revision: 3208
Log:
s390: Add machine model z13s
Modified:
trunk/pub/libvex.h
Modified: trunk/pub/libvex.h
==============================================================================
--- trunk/pub/libvex.h (original)
+++ trunk/pub/libvex.h Tue Feb 16 21:14:47 2016
@@ -141,7 +141,8 @@
#define VEX_S390X_MODEL_ZEC12 10
#define VEX_S390X_MODEL_ZBC12 11
#define VEX_S390X_MODEL_Z13 12
-#define VEX_S390X_MODEL_UNKNOWN 13 /* always last in list */
+#define VEX_S390X_MODEL_Z13S 13
+#define VEX_S390X_MODEL_UNKNOWN 14 /* always last in list */
#define VEX_S390X_MODEL_MASK 0x3F
#define VEX_HWCAPS_S390X_LDISP (1<<6) /* Long-displacement facility */
|