]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add arguments to the prctl call in the scalar test.
authorTom Hughes <tom@compton.nu>
Tue, 16 Nov 2004 08:27:21 +0000 (08:27 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 16 Nov 2004 08:27:21 +0000 (08:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3019

memcheck/tests/scalar.c

index bcee26378f4681f1cd25b1f3ed460408467df505..f98e831b9b55c41d3174de7639e5fc68a113885e 100644 (file)
@@ -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");