summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/include/reg.h')
-rw-r--r--sys/arch/hppa/include/reg.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/hppa/include/reg.h b/sys/arch/hppa/include/reg.h
index cfc4e2fe27d..fb5774ebc9b 100644
--- a/sys/arch/hppa/include/reg.h
+++ b/sys/arch/hppa/include/reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: reg.h,v 1.7 2000/06/15 17:00:37 mickey Exp $ */
+/* $OpenBSD: reg.h,v 1.8 2002/03/15 19:02:54 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -167,8 +167,9 @@
#ifndef _LOCORE
struct reg {
- u_int32_t r_regs[HPPA_NREGS];
- /* p'bably some cr* ? */
+ u_int32_t r_regs[HPPA_NREGS]; /* r0 is sar */
+ u_int32_t r_pc;
+ u_int32_t r_npc;
};
struct fpreg {