mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-22 09:04:58 +00: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:
parent
b3a9033281
commit
0ef33cd05d
@ -1,3 +1,8 @@
|
||||
2000-03-03 Jonathan Larmour <jlarmour@redhat.co.uk>
|
||||
|
||||
* func.c (buffer_read_memory): Change type of size to unsigned to
|
||||
match prototype
|
||||
|
||||
Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* configure: Regenerated to track ../common/aclocal.m4 changes.
|
||||
|
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user