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:
ths 2007-03-02 20:48:00 +00:00
parent c05ac0cdac
commit 6f5b89a07c
6 changed files with 39 additions and 2 deletions

View file

@ -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