s390: Fix a silly mistake causing an infinite loop.
Spotted by Maran Pakkirisamy (maranp@linux.vnet.ibm.com).


git-svn-id: svn://svn.valgrind.org/vex/trunk@2612 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/guest_s390_toIR.c b/priv/guest_s390_toIR.c
index 4c5febd..b948330 100644
--- a/priv/guest_s390_toIR.c
+++ b/priv/guest_s390_toIR.c
@@ -1677,7 +1677,7 @@
 {
    /* The VEX encodings for IRCmpDxxResult and IRCmpFxxResult are the
       same. currently. */
-   return convert_vex_dfpcc_to_s390(vex_cc);
+   return convert_vex_bfpcc_to_s390(vex_cc);
 }