diff options
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index a6c9814..1c65609 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -2897,7 +2897,7 @@ parse_partial_symbols (struct objfile *objfile) case N_ABS | N_EXT: record_it: - continue; + continue; /* Standard, local, non-debugger, symbols. */ |