mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 21:03:54 -06:00
MIPS Userland TLS register emulation, by Daniel Jacobowitz.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2465 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c05ac0cdac
commit
6f5b89a07c
6 changed files with 39 additions and 2 deletions
|
@ -1297,6 +1297,7 @@ static const uint8_t mips_syscall_args[] = {
|
|||
MIPS_SYS(sys_add_key , 5)
|
||||
MIPS_SYS(sys_request_key , 4)
|
||||
MIPS_SYS(sys_keyctl , 5)
|
||||
MIPS_SYS(sys_set_thread_area, 1)
|
||||
};
|
||||
|
||||
#undef MIPS_SYS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue