|
From: Nicholas N. <nj...@ca...> - 2004-07-10 17:22:36
|
CVS commit by nethercote:
Remove out-of-date comment.
M +0 -3 vg_syscalls.c 1.106
--- valgrind/coregrind/vg_syscalls.c #1.105:1.106
@@ -4027,7 +4027,4 @@ POST(mprotect)
Bool xx = prot & VKI_PROT_EXEC;
- // if removing exe permission, should check and remove from exe_seg list
- // if adding, should check and add to exe_seg list
- // easier to ignore both cases -- both v. unlikely?
mash_addr_and_len(&a, &len);
VG_(mprotect_range)(a, len, prot);
|