mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Remove out-of-date comments.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4013
This commit is contained in:
parent
5ce68877be
commit
8d861507df
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user