From d01137f090b01f346e04dbf2c2e2d20f9ea7f98b Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 18 Apr 1996 21:34:53 +0000 Subject: Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax, they shouldn't. --- sys/amd64/include/pcb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/amd64/include') diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h index a3f2005..2fe3d8a 100644 --- a/sys/amd64/include/pcb.h +++ b/sys/amd64/include/pcb.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)pcb.h 5.10 (Berkeley) 5/12/91 - * $Id: pcb.h,v 1.10 1996/01/23 02:39:24 davidg Exp $ + * $Id: pcb.h,v 1.11 1996/03/02 19:37:45 peter Exp $ */ #ifndef _I386_PCB_H_ @@ -79,7 +79,7 @@ struct md_coredump { #ifdef KERNEL extern struct pcb *curpcb; /* our current running pcb */ -int savectx __P((struct pcb*)); +int savectx __P((struct pcb*, int *)); #endif #endif /* _I386_PCB_H_ */ -- cgit v1.1