]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove out-of-date comments.
authorNicholas Nethercote <njn@valgrind.org>
Fri, 24 Jun 2005 15:40:01 +0000 (15:40 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 24 Jun 2005 15:40:01 +0000 (15:40 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4013

coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-x86-linux.c

index d4f020e1329148a2e5196332a4d1df6737ea05ca..0cf976a68c63c4cea5831a8016e79cb342ed8386 100644 (file)
@@ -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);
index b883494836827993ee9be4fafc403e0aee7a429c..0ebe70d3e6544d59ae36ee4c29aeeaabf8340b11 100644 (file)
@@ -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);