Fix broken alternative output.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2887
This commit is contained in:
Nicholas Nethercote 2004-10-31 19:50:22 +00:00
parent d0cfce40a7
commit f96382c67c

View File

@ -1,14 +1,14 @@
1
Warning: client syscall mmap tried to modify addresses 0x0-0x10000
mmap @ 0x00000000: Cannot allocate memory
Warning: client syscall mmap tried to modify addresses 0x........-0x........
mmap @ 0x........
2
3
4
Warning: client syscall mmap tried to modify addresses 0xB0000000-0xB0010000
mmap @ top: Cannot allocate memory
Warning: client syscall mmap tried to modify addresses 0x........-0x........
mmap @ top
5
Warning: client syscall mmap tried to modify addresses 0xB8000000-0xB8010000
mmap @ top+.5G: Cannot allocate memory
Warning: client syscall mmap tried to modify addresses 0x........-0x........
mmap @ top+.5G
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)