summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/hpc/zs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sgi/hpc/zs.c')
-rw-r--r--sys/arch/sgi/hpc/zs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/hpc/zs.c b/sys/arch/sgi/hpc/zs.c
index cc52bb13a0f..624bbdfd5b7 100644
--- a/sys/arch/sgi/hpc/zs.c
+++ b/sys/arch/sgi/hpc/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.14 2017/04/30 13:04:49 mpi Exp $ */
+/* $OpenBSD: zs.c,v 1.15 2017/04/30 16:45:45 mpi Exp $ */
/* $NetBSD: zs.c,v 1.37 2011/02/20 07:59:50 matt Exp $ */
/*-
@@ -559,7 +559,7 @@ void
zs_abort(struct zs_chanstate *cs)
{
#if defined(DDB)
- Debugger();
+ db_enter();
#endif
}