]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix bogus-looking assertion.
authorJulian Seward <jseward@acm.org>
Wed, 25 Jun 2014 11:59:24 +0000 (11:59 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 25 Jun 2014 11:59:24 +0000 (11:59 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2885

VEX/priv/guest_arm_toIR.c

index 7ab367c0c25203dc02de06dcef3f8a3050c97a53..dd9d155d44174068843896d60bb14bf74ee82cec 100644 (file)
@@ -7974,7 +7974,7 @@ static void math_INTERLEAVE_2 (/*OUT*/IRTemp* i0, /*OUT*/IRTemp* i1,
    /* The following assumes that the guest is little endian, and hence
       that the memory-side (interleaved) data is stored
       little-endianly. */
-   vassert(i0 && *i1);
+   vassert(i0 && i1);
    /* This is pretty easy, since we have primitives directly to
       hand. */
    if (laneszB == 4) {