mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
Make arg to zalloc a bfd_size_type not a size_t
This commit is contained in:
@ -115,7 +115,7 @@ _bfd_dummy_target (ignore_abfd)
|
||||
#ifndef zalloc
|
||||
char *
|
||||
zalloc (size)
|
||||
size_t size;
|
||||
bfd_size_type size;
|
||||
{
|
||||
char *ptr = (char *) malloc (size);
|
||||
|
||||
|
Reference in New Issue
Block a user