|
From: <sv...@va...> - 2005-06-24 15:40:03
|
Author: njn
Date: 2005-06-24 16:40:01 +0100 (Fri, 24 Jun 2005)
New Revision: 4013
Log:
Remove out-of-date comments.
Modified:
trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c
trunk/coregrind/m_syswrap/syswrap-x86-linux.c
Modified: trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c 2005-06-24 15:26:49 U=
TC (rev 4012)
+++ trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c 2005-06-24 15:40:01 U=
TC (rev 4013)
@@ -1261,7 +1261,6 @@
return *a_p;
}
=20
-// XXX: should use the constants here (eg. SHMAT), not the numbers direc=
tly!
PRE(sys_ipc)
{
PRINT("sys_ipc ( %d, %d, %d, %d, %p, %d )", ARG1,ARG2,ARG3,ARG4,ARG5,A=
RG6);
Modified: trunk/coregrind/m_syswrap/syswrap-x86-linux.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_syswrap/syswrap-x86-linux.c 2005-06-24 15:26:49 UTC=
(rev 4012)
+++ trunk/coregrind/m_syswrap/syswrap-x86-linux.c 2005-06-24 15:40:01 UTC=
(rev 4013)
@@ -1332,7 +1332,6 @@
return *a_p;
}
=20
-// XXX: should use the constants here (eg. SHMAT), not the numbers direc=
tly!
PRE(sys_ipc)
{
PRINT("sys_ipc ( %d, %d, %d, %d, %p, %d )", ARG1,ARG2,ARG3,ARG4,ARG5,=
ARG6);
|