mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-11 02:23:41 +08:00
oops, left out var decl
This commit is contained in:
parent
4b82ae34dc
commit
a8773b7d26
@ -580,6 +580,7 @@ hash_new_table (size, ptr)
|
||||
int size;
|
||||
hash_table *ptr;
|
||||
{
|
||||
int i;
|
||||
ptr->size = size;
|
||||
ptr->table = (hash_entry **) xmalloc (size * (sizeof (hash_entry *)));
|
||||
/* Fill with null-pointer, not zero-bit-pattern. */
|
||||
|
Loading…
Reference in New Issue
Block a user