Enable sys_iopl on AMD64.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4826
This commit is contained in:
Nicholas Nethercote
2005-09-30 01:05:53 +00:00
parent 9d61e685ef
commit 00a4e0b162

View File

@@ -1367,7 +1367,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