diff options
Diffstat (limited to 'gdb/buildsym-legacy.h')
-rw-r--r-- | gdb/buildsym-legacy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/buildsym-legacy.h b/gdb/buildsym-legacy.h index 3d705a8..a04a3d0 100644 --- a/gdb/buildsym-legacy.h +++ b/gdb/buildsym-legacy.h @@ -59,8 +59,7 @@ public: extern struct block *finish_block (struct symbol *symbol, struct pending_block *old_blocks, const struct dynamic_prop *static_link, - CORE_ADDR start, - CORE_ADDR end); + CORE_ADDR start, CORE_ADDR end); extern void start_subfile (const char *name); |