]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix a couple of comment / crash-message typos. No functional change.
authorJulian Seward <jseward@acm.org>
Thu, 7 Jan 2021 15:14:29 +0000 (16:14 +0100)
committerJulian Seward <jseward@acm.org>
Thu, 7 Jan 2021 15:14:29 +0000 (16:14 +0100)
VEX/priv/host_arm64_isel.c
VEX/pub/libvex_ir.h

index c0464abf33d442821412ddaa06567d9e5a41c916..8c090c37e10a5e3e93d1201a3b8fdadc2fec8d7d 100644 (file)
@@ -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)");
 }
 
 
index 00899e533593ef185ae6642b27124758bb7af7a9..8d924b3b4eeb86841fa5f7c1a21896fadfa81228 100644 (file)
@@ -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 --- */