mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 06:11:37 +00:00
Enable sys_iopl on AMD64.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4826
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user