Finish fixing the 5.x FPU code for dealing with signal handlers.

Obtained from:  bde
This commit is contained in:
Peter Wemm 2002-10-25 19:12:16 +00:00
parent 0dfb60ca82
commit 331e4823a2
3 changed files with 3 additions and 0 deletions

View file

@ -1003,6 +1003,7 @@ npxsetregs(td, addr)
intr_restore(s);
bcopy(addr, &td->td_pcb->pcb_save, sizeof(*addr));
}
curthread->td_pcb->pcb_flags |= PCB_NPXINITDONE;
}
static void

View file

@ -1003,6 +1003,7 @@ npxsetregs(td, addr)
intr_restore(s);
bcopy(addr, &td->td_pcb->pcb_save, sizeof(*addr));
}
curthread->td_pcb->pcb_flags |= PCB_NPXINITDONE;
}
static void

View file

@ -1003,6 +1003,7 @@ npxsetregs(td, addr)
intr_restore(s);
bcopy(addr, &td->td_pcb->pcb_save, sizeof(*addr));
}
curthread->td_pcb->pcb_flags |= PCB_NPXINITDONE;
}
static void