|
From: <sv...@va...> - 2012-05-27 17:00:06
|
florian 2012-05-27 17:59:56 +0100 (Sun, 27 May 2012)
New Revision: 2357
Log:
Fix an out-of-date comment.
Modified files:
trunk/pub/libvex.h
Modified: trunk/pub/libvex.h (+3 -8)
===================================================================
--- trunk/pub/libvex.h 2012-05-27 17:52:43 +01:00 (rev 2356)
+++ trunk/pub/libvex.h 2012-05-27 17:59:56 +01:00 (rev 2357)
@@ -102,14 +102,9 @@
/* s390x: Hardware capability encoding
- Bits Information
- [26:31] Machine model
- [25] Long displacement facility
- [24] Extended-immediate facility
- [23] General-instruction-extension facility
- [22] Decimal floating point facility
- [21] FPR-GR transfer facility
- [0:20] Currently unused; reserved for future use
+ Bits [26:31] encode the machine model (see VEX_S390X_MODEL... below)
+ Bits [0:20] encode specific hardware capabilities
+ (see VEX_HWAPS_S390X_... below)
*/
/* Model numbers must be assigned in chronological order.
|