diff options
Diffstat (limited to 'bfd/cpu-xstormy16.c')
-rw-r--r-- | bfd/cpu-xstormy16.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/cpu-xstormy16.c b/bfd/cpu-xstormy16.c index d1c7e56..94de989 100644 --- a/bfd/cpu-xstormy16.c +++ b/bfd/cpu-xstormy16.c @@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_xstormy16_arch = TRUE, /* the default ? */ bfd_default_compatible, /* architecture comparison fn */ bfd_default_scan, /* string to architecture convert fn */ + bfd_arch_default_fill, /* Default fill. */ NULL /* next in list */ }; |