blob: 45dcb3b2f8f439abcb410056866f1e7d8f0c6576 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- gdb/compile/compile-loc2c.c.orig 2017-09-14 09:28:17 UTC
+++ gdb/compile/compile-loc2c.c
@@ -669,6 +669,7 @@ do_compile_dwarf_expr_to_c (int indent, string_file &stream,
uint64_t uoffset, reg;
int64_t offset;
+ uoffset = 0;
print_spaces (indent - 2, &stream);
if (info[op_ptr - base].label)
{
|