From: Julian Seward Date: Fri, 22 Aug 2014 19:07:12 +0000 (+0000) Subject: mc_LOADV_128_or_256_slow: change a constant from V_BITS8_DEFINED X-Git-Tag: svn/VALGRIND_3_10_0~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73df2fc86a65a684f0f8c8c8b7dc0fb8020ec6da;p=thirdparty%2Fvalgrind.git mc_LOADV_128_or_256_slow: change a constant from V_BITS8_DEFINED to V_BITS64_DEFINED so as to be consistent with the rest of the types in this function. Since both values are zero it gives no functional change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14335 --- diff --git a/memcheck/mc_main.c b/memcheck/mc_main.c index 7cf6cd74be..970f3faa73 100644 --- a/memcheck/mc_main.c +++ b/memcheck/mc_main.c @@ -1286,7 +1286,7 @@ void mc_LOADV_128_or_256_slow ( /*OUT*/ULong* res, /* "at least one of the addresses is invalid" */ ok = False; for (j = 0; j < szL; j++) - ok |= pessim[j] != V_BITS8_DEFINED; + ok |= pessim[j] != V_BITS64_DEFINED; tl_assert(ok); if (0 == (a & (szB - 1)) && n_addrs_bad < szB) {