diff options
Diffstat (limited to 'bfd/cisco-core.c')
-rw-r--r-- | bfd/cisco-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/cisco-core.c b/bfd/cisco-core.c index 11c9bbd494..e1fa17795d 100644 --- a/bfd/cisco-core.c +++ b/bfd/cisco-core.c @@ -323,5 +323,7 @@ const bfd_target cisco_core_vec = BFD_JUMP_TABLE_LINK (_bfd_nolink), BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), + NULL, + (PTR) 0 /* backend_data */ }; |