Don't print an address on stdout as it doesn't get automagically

changed into 0x.........


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5812
This commit is contained in:
Julian Seward 2006-04-02 02:27:52 +00:00
parent 5d87e4e98b
commit a7a953128b
2 changed files with 1 additions and 2 deletions

View File

@ -111,7 +111,7 @@ void do_test_at ( U1* arr )
U4 mv1 = 0, mv2 = 0, mv4 = 0, mv8 = 0, mv4f = 0, mv8f = 0;
/* Fill arr with random bytes whose shadows match them. */
printf("-------- arr = %p\n", arr);
if (0) printf("-------- arr = %p\n", arr);
printf("initialising\n");
for (i = 0; i < N_BYTES; i++)

View File

@ -1,5 +1,4 @@
-------- testing non-auxmap range --------
-------- arr = 0x415b028
initialising
post-initialisation check
test passed, sum = 38338686 (127.79562 per byte)