From e3ebca1d59b0e6827e0ecac1487c99c68308fa06 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 20 Jun 2008 10:41:12 +0000 Subject: [PATCH] Enabled support for the init_module() system call on amd64. Should fix #164476. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8263 --- coregrind/m_syswrap/syswrap-amd64-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/m_syswrap/syswrap-amd64-linux.c b/coregrind/m_syswrap/syswrap-amd64-linux.c index dd424d132b..ba90b34283 100644 --- a/coregrind/m_syswrap/syswrap-amd64-linux.c +++ b/coregrind/m_syswrap/syswrap-amd64-linux.c @@ -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 -- 2.47.3