From: Florian Krohm Date: Sun, 27 May 2012 16:59:56 +0000 (+0000) Subject: Fix an out-of-date comment. X-Git-Tag: svn/VALGRIND_3_8_1^2~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f822f9728dc236d911d9653bfb7b13b36611b087;p=thirdparty%2Fvalgrind.git Fix an out-of-date comment. git-svn-id: svn://svn.valgrind.org/vex/trunk@2357 --- diff --git a/VEX/pub/libvex.h b/VEX/pub/libvex.h index 1e7b66f2cf..72e2e75430 100644 --- a/VEX/pub/libvex.h +++ b/VEX/pub/libvex.h @@ -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.