diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-29 20:57:02 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-29 20:57:02 +0000 |
commit | 8b75b1460f0cabc8bf7e7f04cf84fe56130e7ac1 (patch) | |
tree | 4034d7f34ca9fe0f558c823af9462d6fa6e45b25 /sys/arch/hppa/include/pcb.h | |
parent | b55ac812cfe11cc582a67fd14cb850133fab07a2 (diff) |
save fpregs in coredump
Diffstat (limited to 'sys/arch/hppa/include/pcb.h')
-rw-r--r-- | sys/arch/hppa/include/pcb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/pcb.h b/sys/arch/hppa/include/pcb.h index 0bfb9e79ede..d711056cf2b 100644 --- a/sys/arch/hppa/include/pcb.h +++ b/sys/arch/hppa/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.6 2000/01/12 07:24:35 mickey Exp $ */ +/* $OpenBSD: pcb.h,v 1.7 2003/01/29 20:57:00 mickey Exp $ */ /* * Copyright (c) 1999-2000 Michael Shalayeff @@ -46,6 +46,7 @@ struct pcb { struct md_coredump { struct reg md_reg; + struct fpreg md_fpreg; }; |