Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-30 | Change: | Jason Wright | |
#define I387 (*(union i387_union *)&(((struct pcb *)curproc->p_addr)->pcb_savefpu.gplemu)) To: #define I387 (curproc->p_addr->u_pcb.pcb_savefpu.gplemu) (and add a few includes of sys/user.h to make it work). | |||
1996-08-27 | Everyone, say hello to a real floating point emulator! | Jason Downs | |
The fpemul written for Linux by W. Metzenthen: ported to NetBSD and then to FreeBSD, and now back to OpenBSD. |