|
From: Tom H. <th...@cy...> - 2004-11-16 08:27:29
|
CVS commit by thughes:
Add arguments to the prctl call in the scalar test.
M +1 -1 scalar.c 1.45
--- valgrind/memcheck/tests/scalar.c #1.44:1.45
@@ -730,5 +730,5 @@ int main(void)
// __NR_prctl 172
GO(__NR_prctl, "5s 0m");
- SY(__NR_prctl);
+ SY(__NR_prctl, x0, x0, x0, x0, x0);
// __NR_rt_sigreturn 173
|