aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-07-12 12:19:11 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-07-12 12:19:11 +0000
commit8771bd7eb077bcb9db984a6ed56321bea0c29a83 (patch)
treebfddd26b475d2ffbf993f7aa79e914799c70a249 /sys/gnu
parent97e5eec61af9414041dee634767f170efd82d8f5 (diff)
Notes
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/i386/fpemul/fpu_system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_system.h b/sys/gnu/i386/fpemul/fpu_system.h
index aff0a0d9114b0..a77f0c2f45ec3 100644
--- a/sys/gnu/i386/fpemul/fpu_system.h
+++ b/sys/gnu/i386/fpemul/fpu_system.h
@@ -69,7 +69,7 @@
#include <linux/kernel.h>
*/
-#define I387 (*(union i387_union *)&(((struct pcb *)curproc->p_addr)->pcb_savefpu))
+#define I387 (*(union i387_union *)&(((struct pcb *)curproc->p_addr)->pcb_save.sv_87))
#define FPU_info (I387.soft.frame)
#define FPU_CS (*(unsigned short *) &(FPU_info->tf_cs))