From: Roland McGrath Date: Tue, 2 Aug 1994 00:15:34 +0000 (+0000) Subject: (_hurd_setup_sighandler): Save mdlo and mdhi. X-Git-Tag: glibc-2.16-ports-before-merge~4087 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1eb1d76e21f9eb54c1a5f65f9c2c38babed1b5d;p=thirdparty%2Fglibc.git (_hurd_setup_sighandler): Save mdlo and mdhi. --- diff --git a/sysdeps/mach/hurd/mips/trampoline.c b/sysdeps/mach/hurd/mips/trampoline.c index 856cce6d0b2..559d8e81466 100644 --- a/sysdeps/mach/hurd/mips/trampoline.c +++ b/sysdeps/mach/hurd/mips/trampoline.c @@ -73,6 +73,9 @@ _hurd_setup_sighandler (int flags, scp->sc_gpr[28] = ts->r28; scp->sc_gpr[31] = ts->r31; + scp->sc_mdlo = ts->mdlo; + scp->sc_mdhi = ts->mdhi; + scp->sc_pc = ts->pc; scp->sc_sp = ts->r29; scp->sc_fp = ts->r30;