diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-08-30 20:18:52 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-08-30 20:18:52 +0000 |
| commit | da992aeb484a8f5372aaf42d6900707c2b42b0e4 (patch) | |
| tree | b2d7557170f0c7d93fc3fe127df61deb5f9c3e92 /sys | |
| parent | 5d39db03f69d71a433aa1779e66ff0e0513a5719 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/gnu/i386/fpemul/fpu_entry.c | 4 |
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 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: |
