Add fpreg area in struct md_coredump.
This commit is contained in:
parent
93b2b4e693
commit
5257d23759
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pcb.h,v 1.3 1999/12/07 15:14:56 danw Exp $ */
|
||||
/* $NetBSD: pcb.h,v 1.4 2000/06/04 11:57:17 tsubai Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
|
||||
|
@ -51,7 +51,7 @@ struct pcb {
|
|||
|
||||
struct md_coredump {
|
||||
struct trapframe frame;
|
||||
/* Need to add FPU regs here */
|
||||
struct fpu fpstate;
|
||||
};
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
|
Loading…
Reference in New Issue