From da992aeb484a8f5372aaf42d6900707c2b42b0e4 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Tue, 30 Aug 1994 20:18:52 +0000 Subject: Changed STRC -> P_TRACED. --- sys/gnu/i386/fpemul/fpu_entry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/gnu') diff --git a/sys/gnu/i386/fpemul/fpu_entry.c b/sys/gnu/i386/fpemul/fpu_entry.c index 367340a304d8..09e32c0721c5 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: -- cgit v1.3