From: Nicholas Nethercote Date: Fri, 24 Jun 2005 15:40:01 +0000 (+0000) Subject: Remove out-of-date comments. X-Git-Tag: svn/VALGRIND_3_0_0~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d861507dffcf858efe057097c68712765e79b97;p=thirdparty%2Fvalgrind.git Remove out-of-date comments. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4013 --- diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index d4f020e132..0cf976a68c 100644 --- a/coregrind/m_syswrap/syswrap-ppc32-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc32-linux.c @@ -1261,7 +1261,6 @@ static Addr deref_Addr ( ThreadId tid, Addr a, Char* s ) return *a_p; } -// XXX: should use the constants here (eg. SHMAT), not the numbers directly! PRE(sys_ipc) { PRINT("sys_ipc ( %d, %d, %d, %d, %p, %d )", ARG1,ARG2,ARG3,ARG4,ARG5,ARG6); diff --git a/coregrind/m_syswrap/syswrap-x86-linux.c b/coregrind/m_syswrap/syswrap-x86-linux.c index b883494836..0ebe70d3e6 100644 --- a/coregrind/m_syswrap/syswrap-x86-linux.c +++ b/coregrind/m_syswrap/syswrap-x86-linux.c @@ -1332,7 +1332,6 @@ static Addr deref_Addr ( ThreadId tid, Addr a, Char* s ) return *a_p; } -// XXX: should use the constants here (eg. SHMAT), not the numbers directly! PRE(sys_ipc) { PRINT("sys_ipc ( %d, %d, %d, %d, %p, %d )", ARG1,ARG2,ARG3,ARG4,ARG5,ARG6);