]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_hurd_setup_sighandler): Save mdlo and mdhi.
authorRoland McGrath <roland@gnu.org>
Tue, 2 Aug 1994 00:15:34 +0000 (00:15 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 2 Aug 1994 00:15:34 +0000 (00:15 +0000)
sysdeps/mach/hurd/mips/trampoline.c

index 856cce6d0b24be863a3783cf2a411e4bbd317c7b..559d8e8146689597ade3162b4523b391f5901016 100644 (file)
@@ -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;