mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 15:11:39 +00:00
Fix testcase to not print pointer value
llvm-svn: 3119
This commit is contained in:
parent
8a4a8187d9
commit
9c0741f1a1
@ -69,6 +69,6 @@ void *HashLookup(unsigned int key, Hash hash)
|
||||
int
|
||||
main()
|
||||
{
|
||||
printf("&HashLookup = 0x%p\n", HashLookup);
|
||||
printf("&HashLookup = %d\n", !!HashLookup);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user