aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r--gdb/xcoffread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index 68dcd96..e425ef7 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -959,7 +959,7 @@ read_symbol_lineno (symtable, symno)
symtable + (symno*local_symesz), symbol);
if (symbol->n_sclass == C_FCN && 0 == strcmp (symbol->n_name, ".bf"))
goto gotit;
- symno += 1 + symbol->n_numaux+1;
+ symno += symbol->n_numaux+1;
}
printf ("GDB Error: `.bf' not found.\n");