kludge for irix 6.5.16+

This commit is contained in:
kub 2018-04-24 21:52:37 +02:00 committed by queueRAM
parent 663d9059fa
commit 4cb644d4b0
2 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,7 @@
/* SGI specific syssgi calls */
#define TARGET_NR_syssgi_sysid (1)
#define TARGET_NR_syssgi_elfmap (68)
#define TARGET_NR_syssgi_getprocattr (85)
#define TARGET_NR_syssgi_rldenv (92)
#define TARGET_NR_syssgi_tosstsave (108)
#define TARGET_NR_syssgi_fdhi (109)

View File

@ -14606,6 +14606,7 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
case TARGET_NR_syssgi_rldenv:
case TARGET_NR_syssgi_tosstsave:
case TARGET_NR_syssgi_fpbcopy:
case TARGET_NR_syssgi_getprocattr: /* ? 2nd=string 3rd=result ptr */
ret = 0;
break;
case TARGET_NR_syssgi_setgroups: