diff options
Diffstat (limited to 'sys/gnu/i386/fpemul/fpu_proto.h')
-rw-r--r-- | sys/gnu/i386/fpemul/fpu_proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_proto.h b/sys/gnu/i386/fpemul/fpu_proto.h index a6e9c02762f3..c44a026076b5 100644 --- a/sys/gnu/i386/fpemul/fpu_proto.h +++ b/sys/gnu/i386/fpemul/fpu_proto.h @@ -1,6 +1,6 @@ /* * - * $Id: fpu_proto.h,v 1.3 1995/03/16 18:11:11 bde Exp $ + * $Id: fpu_proto.h,v 1.4 1995/12/14 09:50:23 phk Exp $ * */ @@ -58,7 +58,6 @@ extern int math_emulate(struct trapframe * info); /* fpu_etc.c */ extern void fp_etc(void); /* fpu_trig.c */ -extern void convert_l2reg(long *arg, FPU_REG * dest); extern void trig_a(void); extern void trig_b(void); /* get_address.c */ |