mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-20 14:22:35 +08:00
cache.c (bfd_cache_close_all): Add missing return statement.
This commit is contained in:
@ -366,6 +366,8 @@ bfd_cache_close_all ()
|
|||||||
|
|
||||||
while (bfd_last_cache != NULL)
|
while (bfd_last_cache != NULL)
|
||||||
ret &= bfd_cache_close (bfd_last_cache);
|
ret &= bfd_cache_close (bfd_last_cache);
|
||||||
|
|
||||||
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user