]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix an out-of-date comment.
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 27 May 2012 16:59:56 +0000 (16:59 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 27 May 2012 16:59:56 +0000 (16:59 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2357

VEX/pub/libvex.h

index 1e7b66f2cf5c58473e5c6bfab79ae13930a412c7..72e2e75430d3d339f5238ac4462f132488a12189 100644 (file)
@@ -102,14 +102,9 @@ typedef
 
 /* 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.