2005-02-28 Andreas Schwab <schwab@suse.de>

* syscall.c (getrval2): Move #ifdef IA64 inside #ifdef LINUX.
This commit is contained in:
Roland McGrath 2005-03-15 02:15:20 +00:00
parent bfb49e5f60
commit 920e6bb712

View File

@ -2519,10 +2519,10 @@ struct tcb *tcp;
#elif defined(SH)
if (upeek(tcp->pid, 4*(REG_REG0+1), &val) < 0)
return -1;
#endif /* SPARC || SPARC64 */
#elif defined(IA64)
if (upeek(tcp->pid, PT_R9, &val) < 0)
return -1;
#endif /* SPARC || SPARC64 */
#endif /* LINUX */
#ifdef SUNOS4