From 513a0d293b6c2d5a5aadea7d0a58fe4698b653f6 Mon Sep 17 00:00:00 2001 From: briggs Date: Sun, 5 May 1996 16:33:46 +0000 Subject: [PATCH] m68881_restore takes struct fpframe *, not int []. --- sys/arch/mac68k/include/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index 62aea07ab0f0..7ecbcbc4c4fc 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.33 1996/05/05 12:02:41 briggs Exp $ */ +/* $NetBSD: cpu.h,v 1.34 1996/05/05 16:33:46 briggs Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -355,7 +355,7 @@ __BEGIN_DECLS u_int get_mapping __P((void)); /* locore.s */ -void m68881_restore __P((int [])); +void m68881_restore __P((struct fpframe *)); void m68881_save __P((struct fpframe *)); u_int getsfc __P((void)); u_int getdfc __P((void));