diff options
Diffstat (limited to 'bfd/ihex.c')
-rw-r--r-- | bfd/ihex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ihex.c b/bfd/ihex.c index 5eb3862b448..17740d8239e 100644 --- a/bfd/ihex.c +++ b/bfd/ihex.c @@ -1037,5 +1037,7 @@ const bfd_target ihex_vec = BFD_JUMP_TABLE_LINK (ihex), BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), + NULL, + (PTR) 0 }; |