diff options
Diffstat (limited to 'libdw/libdwP.h')
-rw-r--r-- | libdw/libdwP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdw/libdwP.h b/libdw/libdwP.h index eda61a97..5ab72194 100644 --- a/libdw/libdwP.h +++ b/libdw/libdwP.h @@ -475,7 +475,7 @@ __libdw_dieabbrev (Dwarf_Die *die, const unsigned char **readp) /* Get the abbreviation code. */ unsigned int code; const unsigned char *addr = die->addr; - get_uleb128 (code, addr); + get_uleb128 (code, addr, die->cu->endp); if (readp != NULL) *readp = addr; |