mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-10 13:40:25 +00:00
Add arguments to the prctl call in the scalar test.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3019
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user