From e07366ea5e7a5cd762b5a576cbc24e36cddbd6e3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 16 Nov 2004 08:27:21 +0000 Subject: [PATCH] Add arguments to the prctl call in the scalar test. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3019 --- memcheck/tests/scalar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memcheck/tests/scalar.c b/memcheck/tests/scalar.c index bcee26378..f98e831b9 100644 --- a/memcheck/tests/scalar.c +++ b/memcheck/tests/scalar.c @@ -729,7 +729,7 @@ 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 GO(__NR_rt_sigreturn, "n/a");