]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge fix for 112031 - enable iopl on amd64.
authorTom Hughes <tom@compton.nu>
Wed, 5 Oct 2005 08:23:54 +0000 (08:23 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 5 Oct 2005 08:23:54 +0000 (08:23 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_0_BRANCH@4862

coregrind/m_syswrap/syswrap-amd64-linux.c

index df149512f603d4e6c541f8ca3ba99bf45bb283c5..e8a37de73b5f55a37e861b7e738a33a721388af6 100644 (file)
@@ -1382,7 +1382,7 @@ const SyscallTableEntry ML_(syscall_table)[] = {
 
    //   (__NR_sethostname,       sys_sethostname),    // 170 
    //   (__NR_setdomainname,     sys_setdomainname),  // 171 
-   //   (__NR_iopl,              stub_iopl),          // 172 
+   GENX_(__NR_iopl,              sys_iopl),           // 172 
    LINX_(__NR_ioperm,            sys_ioperm),         // 173 
    //   (__NR_create_module,     sys_ni_syscall),     // 174