summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_sym.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-05-22 13:07:12 +0000
committerdg <dg@FreeBSD.org>1995-05-22 13:07:12 +0000
commit4c238c72a8d8fa175abe4d6d7acc730f42d65846 (patch)
tree36a72ed1950b3c2554f658107e6c61bad4c24516 /sys/ddb/db_sym.c
parentac00cc595d1f401bd000d18837307e0ed056acf3 (diff)
downloadFreeBSD-src-4c238c72a8d8fa175abe4d6d7acc730f42d65846.zip
FreeBSD-src-4c238c72a8d8fa175abe4d6d7acc730f42d65846.tar.gz
Print the address associated with an examine. Changed db_maxoff to
something more reasonable (64k). Suggested by Gordon Ross about a year ago.
Diffstat (limited to 'sys/ddb/db_sym.c')
-rw-r--r--sys/ddb/db_sym.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c
index 0fd37f4..57329d6 100644
--- a/sys/ddb/db_sym.c
+++ b/sys/ddb/db_sym.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_sym.c,v 1.6 1994/08/20 03:48:26 davidg Exp $
+ * $Id: db_sym.c,v 1.7 1994/09/27 03:34:57 phk Exp $
*/
/*
@@ -281,7 +281,7 @@ db_symbol_values(sym, namep, valuep)
* not accept symbols whose value is zero (and use plain hex).
*/
-unsigned int db_maxoff = 0x10000000;
+unsigned int db_maxoff = 0x10000;
void
db_printsym(off, strategy)
OpenPOWER on IntegriCloud