diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/include/_types.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/_types.h b/sys/arch/sparc/include/_types.h index 90c4c0f338a..cbdd9920bb8 100644 --- a/sys/arch/sparc/include/_types.h +++ b/sys/arch/sparc/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.16 2011/11/15 17:12:14 deraadt Exp $ */ +/* $OpenBSD: _types.h,v 1.17 2012/04/28 17:24:50 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -37,7 +37,8 @@ #if defined(_KERNEL) typedef struct label_t { - long val[3]; + unsigned long long sp_pc; + unsigned long fp; } label_t; #endif |