(_hurd_setup_sighandler): Save mdlo and mdhi.

This commit is contained in:
Roland McGrath 1994-08-02 00:15:34 +00:00
parent e0ec2e47de
commit c1eb1d76e2
1 changed files with 3 additions and 0 deletions

View 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;