From: Florian Krohm Date: Thu, 20 Dec 2012 19:44:18 +0000 (+0000) Subject: Fix typos. Should really use __func__ instead. X-Git-Tag: svn/VALGRIND_3_9_0^2~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e2fd7dcdf02054e05cbdddac4f22cca41ff909;p=thirdparty%2Fvalgrind.git Fix typos. Should really use __func__ instead. git-svn-id: svn://svn.valgrind.org/vex/trunk@2603 --- diff --git a/VEX/priv/host_s390_isel.c b/VEX/priv/host_s390_isel.c index 0289baf9dc..040abaaf3b 100644 --- a/VEX/priv/host_s390_isel.c +++ b/VEX/priv/host_s390_isel.c @@ -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;