summaryrefslogtreecommitdiff
path: root/gdb/corefile.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-02-23 02:42:40 +0000
committerAndrew Cagney <cagney@redhat.com>2000-02-23 02:42:40 +0000
commit13dab0889b40405c16a34502426d921007e238f7 (patch)
tree72386c0f38001731cc6ef3ccbb2482004cc0c360 /gdb/corefile.c
parentc975ecc92011a3b797dc68ca0e032d8179b70a24 (diff)
downloadgdb-13dab0889b40405c16a34502426d921007e238f7.tar.gz
Re-sync with ../include/dis-asm.h - LEN param changed to unsigned int.
Diffstat (limited to 'gdb/corefile.c')
-rw-r--r--gdb/corefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/corefile.c b/gdb/corefile.c
index 93e23743124..4d11cbdcdf7 100644
--- a/gdb/corefile.c
+++ b/gdb/corefile.c
@@ -289,7 +289,7 @@ int
dis_asm_read_memory (memaddr, myaddr, len, info)
bfd_vma memaddr;
bfd_byte *myaddr;
- int len;
+ unsigned int len;
disassemble_info *info;
{
return target_read_memory (memaddr, (char *) myaddr, len);