]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typos. Should really use __func__ instead.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 20 Dec 2012 19:44:18 +0000 (19:44 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 20 Dec 2012 19:44:18 +0000 (19:44 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2603

VEX/priv/host_s390_isel.c

index 0289baf9dc125f00f44d6e8909538d78f592a627..040abaaf3b4efdf24f709a0098d453b1a15e08a3 100644 (file)
@@ -1899,7 +1899,7 @@ s390_isel_float128_expr_wrk(HReg *dst_hi, HReg *dst_lo, ISelEnv *env,
    /* 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 @@ iselSB_S390(IRSB *bb, VexArch arch_host, VexArchInfo *archinfo_host,
       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;