mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
Not only compiles, but spells _do_getl64 right too
This commit is contained in:
parent
0f2687577f
commit
5ad1d83042
@ -215,8 +215,8 @@ boolean
|
||||
DEFUN(bfd_add_to_string_table,(table, new_string, table_length, free_ptr),
|
||||
char **table AND
|
||||
char *new_string AND
|
||||
char **free_ptr AND
|
||||
unsigned int *table_length)
|
||||
unsigned int *table_length AND
|
||||
char **free_ptr)
|
||||
{
|
||||
size_t string_length = strlen (new_string) + 1; /* include null here */
|
||||
char *base = *table;
|
||||
@ -339,7 +339,7 @@ DEFUN(_do_getb64,(addr),
|
||||
}
|
||||
|
||||
bfd_64_type
|
||||
DEFUN(do_getl64,(addr),
|
||||
DEFUN(_do_getl64,(addr),
|
||||
register bfd_byte *addr)
|
||||
{
|
||||
bfd_64_type low, high;
|
||||
|
Loading…
Reference in New Issue
Block a user