summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-30 20:18:52 +0000
committerdg <dg@FreeBSD.org>1994-08-30 20:18:52 +0000
commitcb1b0be2795dc38930a8241c63de0c32bf453aa0 (patch)
treeb2d7557170f0c7d93fc3fe127df61deb5f9c3e92 /sys/gnu
parent58307fe360d399a691ceb069b8530709c9e990c1 (diff)
downloadFreeBSD-src-cb1b0be2795dc38930a8241c63de0c32bf453aa0.zip
FreeBSD-src-cb1b0be2795dc38930a8241c63de0c32bf453aa0.tar.gz
Changed STRC -> P_TRACED.
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/i386/fpemul/fpu_entry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_entry.c b/sys/gnu/i386/fpemul/fpu_entry.c
index 367340a..09e32c0 100644
--- a/sys/gnu/i386/fpemul/fpu_entry.c
+++ b/sys/gnu/i386/fpemul/fpu_entry.c
@@ -55,7 +55,7 @@
*
* W. Metzenthen June 1994.
*
- * $Id: fpu_entry.c,v 1.3 1994/06/10 07:44:22 rich Exp $
+ * $Id: fpu_entry.c,v 1.4 1994/06/22 05:52:14 jkh Exp $
*
*/
@@ -229,7 +229,7 @@ math_emulate(struct trapframe * tframe)
#endif
FPU_lookahead = FPU_LOOKAHEAD;
- if (curproc->p_flag & STRC)
+ if (curproc->p_flag & P_TRACED)
FPU_lookahead = 0;
do_another_FPU_instruction:
OpenPOWER on IntegriCloud