From: Florian Krohm Date: Thu, 30 Aug 2012 22:57:47 +0000 (+0000) Subject: Comment only change. X-Git-Tag: svn/VALGRIND_3_9_0^2~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1588d63967976c3a3769b83c6725dcb5e79f9d3;p=thirdparty%2Fvalgrind.git Comment only change. git-svn-id: svn://svn.valgrind.org/vex/trunk@2495 --- diff --git a/VEX/priv/guest_s390_defs.h b/VEX/priv/guest_s390_defs.h index 1c99e502ca..56c06ec897 100644 --- a/VEX/priv/guest_s390_defs.h +++ b/VEX/priv/guest_s390_defs.h @@ -174,10 +174,10 @@ enum { | S390_CC_OP_BFP_RESULT_128 | F result hi 64 bits | F result low 64 bits | | | S390_CC_OP_BFP_32_TO_INT_32 | F source | | | | S390_CC_OP_BFP_64_TO_INT_32 | F source | | | - | S390_CC_OP_BFP_128_TO_INT_32 | F source hi 64 bits | | | + | S390_CC_OP_BFP_128_TO_INT_32 | F source hi 64 bits | F source low 64 bits | | | S390_CC_OP_BFP_32_TO_INT_64 | F source | | | | S390_CC_OP_BFP_64_TO_INT_64 | F source | | | - | S390_CC_OP_BFP_128_TO_INT_64 | F source hi 64 bits | | | + | S390_CC_OP_BFP_128_TO_INT_64 | F source hi 64 bits | F source low 64 bits | | | S390_CC_OP_BFP_TDC_32 | F value | Z class | | | S390_CC_OP_BFP_TDC_64 | F value | Z class | | | S390_CC_OP_BFP_TDC_128 | F value hi 64 bits | F value low 64 bits | Z class |