From 8d861507dffcf858efe057097c68712765e79b97 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 24 Jun 2005 15:40:01 +0000 Subject: [PATCH] Remove out-of-date comments. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4013 --- coregrind/m_syswrap/syswrap-ppc32-linux.c | 1 - coregrind/m_syswrap/syswrap-x86-linux.c | 1 - 2 files changed, 2 deletions(-) diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index d4f020e13..0cf976a68 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 b88349483..0ebe70d3e 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);