mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-22 18:42:10 +00:00
Do not use unprotected ANSI/ISO prototypes.
This commit is contained in:
parent
d108166fde
commit
07dc1e42d7
@ -1172,7 +1172,8 @@ free_loadinfo ()
|
||||
/* this is called from xcoffread.c */
|
||||
|
||||
void
|
||||
xcoff_add_toc_to_loadinfo (unsigned long tocoff)
|
||||
xcoff_add_toc_to_loadinfo (tocoff)
|
||||
unsigned long tocoff;
|
||||
{
|
||||
while (loadinfotocindex >= loadinfolen) {
|
||||
loadinfolen += LOADINFOLEN;
|
||||
|
Loading…
x
Reference in New Issue
Block a user