Avoid compile warning.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3420
This commit is contained in:
Nicholas Nethercote 2005-03-24 04:39:33 +00:00
parent b15d9cae1a
commit 3f724359ac

View File

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