mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Backed out previous commit, which just consisted of a 1-byte editing
error.
This commit is contained in:
parent
8fe48b7aed
commit
d85b9b2c4a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36747
@ -23,7 +23,7 @@
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: db_print.c,v 1.17 1998/05/28 09:29:50 phk Exp $
|
||||
* $Id: db_print.c,v 1.18 1998/06/07 17:09:37 dfr Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -55,7 +55,7 @@ db_show_regs(dummy1, dummy2, dummy3, dummy4)
|
||||
db_read_variable(regp, &value);
|
||||
db_printf("%-12s%#10n", regp->name, value);
|
||||
db_find_xtrn_sym_and_offset((db_addr_t)value, &name, &offset);
|
||||
if (name != 0 && offset <= db_maxoff && offset != value) {
|
||||
if (name != 0 && offset <= db_maxoff && offset != value) {
|
||||
db_printf("\t%s", name);
|
||||
if (offset != 0)
|
||||
db_printf("+%+#n", offset);
|
||||
|
Loading…
Reference in New Issue
Block a user