diff options
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index c8e1bd0d5a7..c768a4c2dae 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -187,7 +187,8 @@ struct buildsym_compunit const char *pop_subfile (); - void record_line (struct subfile *subfile, int line, CORE_ADDR pc); + void record_line (struct subfile *subfile, int line, CORE_ADDR pc, + bool is_stmt); struct compunit_symtab *get_compunit_symtab () { |