|
From: Nicholas N. <nj...@ca...> - 2004-07-28 16:03:47
|
CVS commit by nethercote:
Merge equivalent if statements.
M +0 -2 vg_mylibc.c 1.82
--- valgrind/coregrind/vg_mylibc.c #1.81:1.82
@@ -287,7 +287,5 @@ void* VG_(mmap)( void* start, UInt lengt
vg_assert(VG_(valgrind_base) <= res && res+length < VG_(valgrind_end));
}
- }
- if (!VG_(is_kerror)(res)) {
sf_flags |= SF_MMAP;
if ( flags & VKI_MAP_FIXED) sf_flags |= SF_FIXED;
|