summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/include/frame.h')
-rw-r--r--sys/arch/hppa/include/frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/frame.h b/sys/arch/hppa/include/frame.h
index 24504a637e5..3db91df4b81 100644
--- a/sys/arch/hppa/include/frame.h
+++ b/sys/arch/hppa/include/frame.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: frame.h,v 1.5 1999/04/20 19:49:35 mickey Exp $ */
+/* $OpenBSD: frame.h,v 1.6 1999/06/18 05:19:59 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -127,7 +127,7 @@ struct trapframe {
u_int tf_vtop; /* cr25 */
u_int tf_tr2; /* cr26 */
- u_int64_t tf_fpregs[HPPA_NFPREGS];
+ u_int tf_pad[5]; /* pad to 256 bytes */
};
#endif /* !_LOCORE */