diff options
Diffstat (limited to 'gdb/compile/compile-c.h')
-rw-r--r-- | gdb/compile/compile-c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/compile/compile-c.h b/gdb/compile/compile-c.h index 18ff4d3..aa11a13 100644 --- a/gdb/compile/compile-c.h +++ b/gdb/compile/compile-c.h @@ -69,7 +69,7 @@ private: extern gdb::unique_xmalloc_ptr<unsigned char> generate_c_for_variable_locations (compile_instance *compiler, - string_file &stream, + string_file *stream, struct gdbarch *gdbarch, const struct block *block, CORE_ADDR pc); |