Bah, get the compiler-warning avoidance right this time.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3422
This commit is contained in:
Nicholas Nethercote 2005-03-24 04:41:16 +00:00
parent 16f9a077c7
commit 1826c24b7f

View File

@ -65,7 +65,7 @@ static void test__find_auxv(void)
break;
default:
fprintf(stderr, "auxv->a_type = %lld\n", (Word)auxv->a_type);
fprintf(stderr, "auxv->a_type = %lld\n", (Long)auxv->a_type);
assert(0);
}
}