]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Enabled support for the init_module() system call on amd64. Should fix #164476.
authorBart Van Assche <bvanassche@acm.org>
Fri, 20 Jun 2008 10:41:12 +0000 (10:41 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 20 Jun 2008 10:41:12 +0000 (10:41 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8263

coregrind/m_syswrap/syswrap-amd64-linux.c

index dd424d132b47f841a5347c026b6471816688a644..ba90b342832e755a051aad42c499fd670eadb49f 100644 (file)
@@ -1256,7 +1256,7 @@ const SyscallTableEntry ML_(syscall_table)[] = {
    LINX_(__NR_ioperm,            sys_ioperm),         // 173 
    GENX_(__NR_create_module,     sys_ni_syscall),     // 174 
 
-   //   (__NR_init_module,       sys_init_module),    // 175 
+   GENX_(__NR_init_module,       sys_init_module),    // 175 
    //   (__NR_delete_module,     sys_delete_module),  // 176 
    //   (__NR_get_kernel_syms,   sys_ni_syscall),     // 177 
    //   (__NR_query_module,      sys_ni_syscall),     // 178