git-svn-id: svn://svn.valgrind.org/vex/trunk@2633
/*--- Helper for condition code. ---*/
/*------------------------------------------------------------*/
-/* Convert an IRRoundingMode value to s390_round_t */
+/* Convert an IRRoundingMode value to s390_bfp_round_t */
#if defined(VGA_s390x)
static s390_bfp_round_t
decode_bfp_rounding_mode(UInt irrm)
S390_FPC_BFP_ROUND_POSINF = 2,
S390_FPC_BFP_ROUND_NEGINF = 3,
/* 4,5,6 are not allowed */
- S390_FPC_BFP_ROUND_PREPARE_SHORT = 7
+ S390_FPC_BFP_ROUND_PREPARE_SHORT = 7 /* floating point extension facility */
} s390_fpc_bfp_round_t;