mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* build patch
2000-03-03 Jonathan Larmour <jlarmour@redhat.co.uk> * func.c (buffer_read_memory): Change type of size to unsigned to match prototype
This commit is contained in:
@ -831,7 +831,7 @@ int
|
||||
buffer_read_memory(addr, buffer, size, info)
|
||||
bfd_vma addr;
|
||||
bfd_byte *buffer;
|
||||
int32 size;
|
||||
uint32 size;
|
||||
struct disassemble_info *info;
|
||||
{
|
||||
if (size == sis_memory_read(addr, buffer, size))
|
||||
|
Reference in New Issue
Block a user