diff options
Diffstat (limited to 'gdb/common')
-rw-r--r-- | gdb/common/print-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/print-utils.c b/gdb/common/print-utils.c index a0fb541..52ecaf1 100644 --- a/gdb/common/print-utils.c +++ b/gdb/common/print-utils.c @@ -38,7 +38,7 @@ get_print_cell (void) } static char * -decimal2str (char *sign, ULONGEST addr, int width) +decimal2str (const char *sign, ULONGEST addr, int width) { /* Steal code from valprint.c:print_decimal(). Should this worry about the real size of addr as the above does? */ |