diff options
Diffstat (limited to 'sys/ddb/db_sym.c')
-rw-r--r-- | sys/ddb/db_sym.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index b0f1a4d1cae..146f346d937 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_sym.c,v 1.23 2001/08/19 16:41:07 art Exp $ */ +/* $OpenBSD: db_sym.c,v 1.24 2001/08/19 17:49:00 frantzen Exp $ */ /* $NetBSD: db_sym.c,v 1.24 2000/08/11 22:50:47 tv Exp $ */ /* @@ -138,7 +138,7 @@ ddb_init() #ifdef __sparc64__ xssym = ssym; #else - xssym = &end; + xssym = (char *)&end; #endif /* * Do this check now for the master symbol table to avoid printing |