]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Enable sched_yield on amd64. Fixes bug #109362.
authorTom Hughes <tom@compton.nu>
Tue, 19 Jul 2005 22:48:04 +0000 (22:48 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 19 Jul 2005 22:48:04 +0000 (22:48 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4200

coregrind/m_syswrap/syswrap-amd64-linux.c

index 1baa7abf478991e98c23a9492d8ee31a4483a5e5..38209f29c77815a8ddd9b476155ae4874e273df4 100644 (file)
@@ -1139,7 +1139,7 @@ const SyscallTableEntry ML_(syscall_table)[] = {
    GENX_(__NR_access,            sys_access),         // 21 
    GENXY(__NR_pipe,              sys_pipe),           // 22 
    GENX_(__NR_select,            sys_select),         // 23 
-   //   (__NR_sched_yield,       sys_sched_yield),    // 24 
+   GENX_(__NR_sched_yield,       sys_sched_yield),    // 24 
 
    GENX_(__NR_mremap,            sys_mremap),         // 25 
    //   (__NR_msync,             sys_msync),          // 26