mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 01:51:29 +00:00
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:
parent
5d87e4e98b
commit
a7a953128b
@ -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++)
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
-------- testing non-auxmap range --------
|
||||
-------- arr = 0x415b028
|
||||
initialising
|
||||
post-initialisation check
|
||||
test passed, sum = 38338686 (127.79562 per byte)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user