summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1999-07-12 18:14:28 +0000
committermickey <mickey@openbsd.org>1999-07-12 18:14:28 +0000
commita0587faaf2978c674e83d39e17f329ce7deaea72 (patch)
tree8baf72da4c37cc0d6adacb94d0083f0fd04c6f96
parentdon't resolve NULL at the bottom of the stack trace (parse trapframe later) (diff)
downloadwireguard-openbsd-a0587faaf2978c674e83d39e17f329ce7deaea72.tar.xz
wireguard-openbsd-a0587faaf2978c674e83d39e17f329ce7deaea72.zip
export cr24 and cr25 from trapframe structure
-rw-r--r--sys/arch/hppa/hppa/genassym.cf4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/hppa/genassym.cf b/sys/arch/hppa/hppa/genassym.cf
index 11dd12d5911..d79ce4c6d4f 100644
--- a/sys/arch/hppa/hppa/genassym.cf
+++ b/sys/arch/hppa/hppa/genassym.cf
@@ -1,4 +1,4 @@
-# $OpenBSD: genassym.cf,v 1.11 1999/06/18 05:19:52 mickey Exp $
+# $OpenBSD: genassym.cf,v 1.12 1999/07/12 18:14:28 mickey Exp $
#
# Copyright (c) 1982, 1990, 1993
@@ -166,6 +166,8 @@ define TF_SR4 offsetof(struct trapframe, tf_sr4)
define TF_SR5 offsetof(struct trapframe, tf_sr5)
define TF_SR6 offsetof(struct trapframe, tf_sr6)
define TF_SR7 offsetof(struct trapframe, tf_sr7)
+define TF_CR24 offsetof(struct trapframe, tf_hptm)
+define TF_CR25 offsetof(struct trapframe, tf_vtop)
# proc fields and values
struct proc