diff options
Diffstat (limited to 'gdb/compile/compile-loc2c.c')
-rw-r--r-- | gdb/compile/compile-loc2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/compile/compile-loc2c.c b/gdb/compile/compile-loc2c.c index fb1a4ff..bc74ca5 100644 --- a/gdb/compile/compile-loc2c.c +++ b/gdb/compile/compile-loc2c.c @@ -675,7 +675,7 @@ do_compile_dwarf_expr_to_c (int indent, string_file *stream, uint64_t uoffset, reg; int64_t offset; - print_spaces (indent - 2, stream); + stream->printf ("%*s", indent - 2, ""); if (info[op_ptr - base].label) { print_label (stream, scope, op_ptr - base); |