]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/dis-asm.h
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / include / dis-asm.h
index 9b4251405e3b01269f7fbef80d0835993c7b1210..4ff8bc95ab36e99296b6eb6ec8f7666e00f74d44 100644 (file)
@@ -158,7 +158,7 @@ typedef struct disassemble_info
   /* These are for buffer_read_memory.  */
   bfd_byte *buffer;
   bfd_vma buffer_vma;
-  unsigned int buffer_length;
+  size_t buffer_length;
 
   /* This variable may be set by the instruction decoder.  It suggests
       the number of bytes objdump should display on a single line.  If