From: Julian Seward Date: Thu, 7 Jan 2021 15:14:29 +0000 (+0100) Subject: Fix a couple of comment / crash-message typos. No functional change. X-Git-Tag: VALGRIND_3_17_0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebb8ad0156a4d93af3eec09c1275d33ff69f8da0;p=thirdparty%2Fvalgrind.git Fix a couple of comment / crash-message typos. No functional change. --- diff --git a/VEX/priv/host_arm64_isel.c b/VEX/priv/host_arm64_isel.c index c0464abf33..8c090c37e1 100644 --- a/VEX/priv/host_arm64_isel.c +++ b/VEX/priv/host_arm64_isel.c @@ -1625,7 +1625,7 @@ static HReg iselCondCode_R_wrk ( ISelEnv* env, IRExpr* e ) return res; ppIRExpr(e); - vpanic("iselCondCode_R(amd64)"); + vpanic("iselCondCode_R(arm64)"); } diff --git a/VEX/pub/libvex_ir.h b/VEX/pub/libvex_ir.h index 00899e5335..8d924b3b4e 100644 --- a/VEX/pub/libvex_ir.h +++ b/VEX/pub/libvex_ir.h @@ -1346,7 +1346,7 @@ typedef /* --- 16x8 vector FP --- */ - /* ternary :: IRRoundingMode(I16) x V128 x V128 -> V128 */ + /* ternary :: IRRoundingMode(I32) x V128 x V128 -> V128 */ Iop_Add16Fx8, /* --- 32x4 vector FP --- */