diff options
Diffstat (limited to 'bfd/cpu-nds32.c')
-rw-r--r-- | bfd/cpu-nds32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cpu-nds32.c b/bfd/cpu-nds32.c index 71c27e4..cfa15a0 100644 --- a/bfd/cpu-nds32.c +++ b/bfd/cpu-nds32.c @@ -26,7 +26,7 @@ #define N(number, print, default, next) \ {32, 32, 8, bfd_arch_nds32, number, "nds32", print, 4, default, \ - bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, next } + bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, next, 0 } #define NEXT &arch_info_struct[0] #define NDS32V2_NEXT &arch_info_struct[1] |