summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2022-10-25 06:00:35 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2022-10-25 06:00:35 +0000
commitf8360ab4b001f4e8b8915b2328d58c762d3cec01 (patch)
treee38fea16712d74e70007ede831230c2c99efe41e /sys/arch/sparc64
parent20fb28d4c0849e522ff7e178def59f4a281caab2 (diff)
rwindow32 is gone and won't be coming back. ok miod@
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/sparc64/db_trace.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/arch/sparc64/sparc64/db_trace.c b/sys/arch/sparc64/sparc64/db_trace.c
index 885d2a32ea3..70d8f90df14 100644
--- a/sys/arch/sparc64/sparc64/db_trace.c
+++ b/sys/arch/sparc64/sparc64/db_trace.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_trace.c,v 1.23 2022/10/21 18:55:42 miod Exp $ */
+/* $OpenBSD: db_trace.c,v 1.24 2022/10/25 06:00:34 guenther Exp $ */
/* $NetBSD: db_trace.c,v 1.23 2001/07/10 06:06:16 eeh Exp $ */
/*
@@ -389,21 +389,6 @@ db_dump_trap(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
(unsigned long long)tf->tf_in[5],
(unsigned long long)tf->tf_in[6],
(unsigned long long)tf->tf_in[7]);
-#if 0
- if (tf == curproc->p_md.md_tf) {
- struct rwindow32 *kstack = (struct rwindow32 *)(((caddr_t)tf)+CCFSZ);
- db_printf("ins (from stack):\n%016llx %016llx %016llx %016llx\n",
- (int64_t)kstack->rw_local[0],
- (int64_t)kstack->rw_local[1],
- (int64_t)kstack->rw_local[2],
- (int64_t)kstack->rw_local[3]);
- db_printf("%016llx %016llx %016llx %016llx\n",
- (int64_t)kstack->rw_local[4],
- (int64_t)kstack->rw_local[5],
- (int64_t)kstack->rw_local[6],
- (int64_t)kstack->rw_local[7]);
- }
-#endif
}
void