mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Avoid compile warning.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3420
This commit is contained in:
parent
b15d9cae1a
commit
3f724359ac
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user