Add arguments to the prctl call in the scalar test.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3019 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/memcheck/tests/scalar.c b/memcheck/tests/scalar.c
index bcee263..f98e831 100644
--- a/memcheck/tests/scalar.c
+++ b/memcheck/tests/scalar.c
@@ -729,7 +729,7 @@
 
    // __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");