|
From: <sv...@va...> - 2015-03-17 13:44:24
|
Author: florian
Date: Tue Mar 17 13:44:14 2015
New Revision: 3104
Log:
Add z13 (s390).
Modified:
trunk/pub/libvex.h
Modified: trunk/pub/libvex.h
==============================================================================
--- trunk/pub/libvex.h (original)
+++ trunk/pub/libvex.h Tue Mar 17 13:44:14 2015
@@ -139,7 +139,8 @@
#define VEX_S390X_MODEL_Z114 9
#define VEX_S390X_MODEL_ZEC12 10
#define VEX_S390X_MODEL_ZBC12 11
-#define VEX_S390X_MODEL_UNKNOWN 12 /* always last in list */
+#define VEX_S390X_MODEL_Z13 12
+#define VEX_S390X_MODEL_UNKNOWN 13 /* always last in list */
#define VEX_S390X_MODEL_MASK 0x3F
#define VEX_HWCAPS_S390X_LDISP (1<<6) /* Long-displacement facility */
|