diff options
Diffstat (limited to 'bfd/libbfd.c')
-rw-r--r-- | bfd/libbfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libbfd.c b/bfd/libbfd.c index b2f83c4..ec1864c 100644 --- a/bfd/libbfd.c +++ b/bfd/libbfd.c @@ -897,7 +897,7 @@ read_signed_leb128 (bfd *abfd ATTRIBUTE_UNUSED, unsigned int * bytes_read_ptr) { bfd_vma result; - int shift; + unsigned shift; int num_read; unsigned char byte; |