diff options
Diffstat (limited to 'gdb/buildsym-legacy.h')
-rw-r--r-- | gdb/buildsym-legacy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/buildsym-legacy.h b/gdb/buildsym-legacy.h index 37b2275f..72e2e8d 100644 --- a/gdb/buildsym-legacy.h +++ b/gdb/buildsym-legacy.h @@ -63,7 +63,7 @@ extern struct block *finish_block (struct symbol *symbol, CORE_ADDR end); extern void record_block_range (struct block *, - CORE_ADDR start, CORE_ADDR end_inclusive); + CORE_ADDR start, CORE_ADDR end_inclusive); extern void start_subfile (const char *name); |