Fix typos. Should really use __func__ instead.


git-svn-id: svn://svn.valgrind.org/vex/trunk@2603 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/host_s390_isel.c b/priv/host_s390_isel.c
index 0289baf..040abaa 100644
--- a/priv/host_s390_isel.c
+++ b/priv/host_s390_isel.c
@@ -1899,7 +1899,7 @@
    /* We get here if no pattern matched. */
  irreducible:
    ppIRExpr(expr);
-   vpanic("s390_isel_int_expr: cannot reduce tree");
+   vpanic("s390_isel_float128_expr: cannot reduce tree");
 }
 
 /* Compute a 128-bit value into two 64-bit registers. These may be either
@@ -3156,7 +3156,7 @@
       case Ity_V128: /* fall through */
       default:
          ppIRType(bb->tyenv->types[i]);
-         vpanic("s390_isel_sb: IRTemp type");
+         vpanic("iselSB_S390: IRTemp type");
       }
 
       env->vregmap[i]   = hreg;