diff options
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r-- | binutils/dwarf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c index 17a608c..ebe7271 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -1122,7 +1122,7 @@ decode_location_expression (unsigned char * data, printf ("DW_OP_GNU_implicit_pointer: <0x%lx> %ld", (long) byte_get (data, offset_size), read_leb128 (data + offset_size, &bytes_read, 1)); - data += offset_size; + data += offset_size + bytes_read; } break; |