summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2001-04-01 06:13:40 +0000
committermickey <mickey@openbsd.org>2001-04-01 06:13:40 +0000
commit0e979e06d64aae2414d58ef31004d997c7ef6d79 (patch)
treef30420d3ea722bdf3dd3dff38e6d6482f132d3d7
parentMake this work again, this might be ugly, but it works; bad mickey. (diff)
downloadwireguard-openbsd-0e979e06d64aae2414d58ef31004d997c7ef6d79.tar.xz
wireguard-openbsd-0e979e06d64aae2414d58ef31004d997c7ef6d79.zip
remove a little debugging
-rw-r--r--sys/arch/hppa/hppa/trap.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hppa/hppa/trap.c b/sys/arch/hppa/hppa/trap.c
index facdb885e32..e09e1e1b3a9 100644
--- a/sys/arch/hppa/hppa/trap.c
+++ b/sys/arch/hppa/hppa/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.26 2001/03/22 23:42:52 mickey Exp $ */
+/* $OpenBSD: trap.c,v 1.27 2001/04/01 06:13:40 mickey Exp $ */
/*
* Copyright (c) 1998-2000 Michael Shalayeff
@@ -163,8 +163,7 @@ trap(type, frame)
union sigval sv;
int s, si;
const char *tts;
-extern db_regs_t ddb_regs;
-ddb_regs = *frame;
+
opcode = frame->tf_iir;
if (type == T_ITLBMISS || type == T_ITLBMISSNA) {
va = frame->tf_iioq_head;