mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
(bfd_last_cache): Initialise to NULL.
This commit is contained in:
@@ -177,7 +177,7 @@ DESCRIPTION
|
||||
determine when it can avoid a function call.
|
||||
*/
|
||||
|
||||
bfd *bfd_last_cache;
|
||||
bfd *bfd_last_cache = NULL;
|
||||
|
||||
/*
|
||||
INTERNAL_FUNCTION
|
||||
|
||||
Reference in New Issue
Block a user