summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2006-07-06 17:51:26 +0000
committermiod <miod@openbsd.org>2006-07-06 17:51:26 +0000
commit1690bee73fd6bd75c3dc0fa4194c35573e710481 (patch)
tree833e9d787d1347cb08579cfe0c92a9782334b73c /sys
parentPMAP_MD_RWLOW kluge is no longer necessary now that mac68k does TRT. (diff)
downloadwireguard-openbsd-1690bee73fd6bd75c3dc0fa4194c35573e710481.tar.xz
wireguard-openbsd-1690bee73fd6bd75c3dc0fa4194c35573e710481.zip
Make dummy $g0 in ddb the right size.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/sparc64/db_interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/db_interface.c b/sys/arch/sparc64/sparc64/db_interface.c
index bc30cf1f2d9..4a0f1b77568 100644
--- a/sys/arch/sparc64/sparc64/db_interface.c
+++ b/sys/arch/sparc64/sparc64/db_interface.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_interface.c,v 1.19 2004/12/25 23:02:25 miod Exp $ */
+/* $OpenBSD: db_interface.c,v 1.20 2006/07/06 17:51:26 miod Exp $ */
/* $NetBSD: db_interface.c,v 1.61 2001/07/31 06:55:47 eeh Exp $ */
/*
@@ -74,7 +74,7 @@ extern struct traptrace {
u_int tfault; /* MMU tag access */
} trap_trace[], trap_trace_end[];
-static int nil;
+static long nil;
static int
db__char_value(struct db_variable *var, db_expr_t *expr, int mode)