diff options
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ int remote_timeout = 2; /* Non-zero tells remote* modules to output debugging info. */ -int remote_debug = 0; +int remote_debug = 0/*1*/; /* Sbrk location on entry to main. Used for statistics only. */ #ifdef HAVE_USEFUL_SBRK |